Color Hex Logo

#f68230 Color Hex

#F68230
(246,130,48)
0 Favorites   0 Comments

Color spaces of #f68230

RGB 24613048
HSL0.070.920.58
HSV25°80°96°
CMYK 0.000.470.80   0.04
XYZ46.522235.77157.2489
Yxy35.77150.51960.3995
Hunter Lab59.809334.178634.6805
CIE-Lab66.345039.108160.9152

#f68230 color RGB value is (246,130,48).

#f68230 hex color red value is 246, green value is 130 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #f68230 hue: 0.07 , saturation: 0.92 and the lightness value of f68230 is 0.58.

The process color (four color CMYK) of #f68230 color hex is 0.00, 0.47, 0.80, 0.04. Web safe color of #f68230 is #ff9933. Color #f68230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000010 00110000
Octal 366 202 60
Decimal 246 130 48
Hex F6 82 30

RGB Percentages of Color #f68230

%58.02
%30.66
%11.32

CMYK Percentages of Color #f68230

%0
%47
%80
%4

Triadic Colors of #f68230

#f68230 #30f682 #8230f6

Analogous Colors of #f68230

#f68230 #f6e530 #f63041

Monochromatic Colors of #f68230

#f68230

Complementary Color

#f68230 #30a4f6

#f68230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68230 Color CSS Codes

.mybgcolor {background-color:#f68230; } 
.myforecolor {color:#f68230; }
.mybordercolor {border:3px solid #f68230; }

#f68230 Text Font Color

<p style="color:#f68230">Text here</p>

This sample text font color is #f68230
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f68230 Background Color

<div style="background-color:#f68230">
Div content here</div>

This div background color is #f68230


#f68230 Border Color

<div style="border:3px solid #f68230">
Div here</div>

This div border color is #f68230


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,130,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f68230; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f68230;
  -webkit-box-shadow: 1px 1px 3px 2px #f68230;
  box-shadow:         1px 1px 3px 2px #f68230; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,130,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f68230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f68230;
  -webkit-box-shadow: 1px 1px 3px 2px #f68230;
  box-shadow:         1px 1px 3px 2px #f68230;">
Div content here</div>

This div box has shadow with color #f68230


Comments

No comments written yet.

Please login to write comment.