Html Css Color HEX #FC8B07 Dark Orange

📋 copy color: '#FC8B07'

red 252 ◦ green 139 ◦ blue 7

#FC8B07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FC8B07

Tints of Dark Orange #FC8B07

RGB

 RED value IS 252 (98.83% from 255) = 63.32%

 GREEN value IS 139 (54.69% from 255) = 34.92%

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 63.32%
G = 34.92%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC8B07 (or 0xFC8B07) is known color: Dark Orange. HEX triplet: FC, 8B and 07. RGB value is (252,139,7). Sum of RGB (Red+Green+Blue) = 252+139+7=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8B07 is #0374F8. Grayscale: #9E9E9E. Windows color (decimal): -226553 or 494588. OLE color: 494588.

HSL color Cylindrical-coordinate representation of color #FC8B07: hue angle of 32.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC8B07 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 139 7 -
CMYK 0 0.45 0.97 0.01
HSL 32.33º 0.98% 0.51% -
HSV(B) 32.33º 0.97% 0.99% -
XYZ 49.42 39.18 5.16 -
YUV 157.74 42.94 195.23 -
System Red Green Blue C M Y K H S L
Decimal 252 139 7 0 0.45 0.97 0.01 32.33 0.98 0.51
Hex FC 8B 7 0 2D 61 1 20 62 33
Octal 374 213 7 0 55 141 1 40 142 63
Binary 11111100 10001011 111 0 101101 1100001 1 100000 1100010 110011

Color Harmonies of #FC8B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8B07

Black with #FC8B07

Text Example


Text Example

White with #FC8B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8B07; }

 p { color: rgb(252,139,7); }

 H1.HeaderClassName
 {
   color: #FC8B07;
 }
 .AnyTagClassName
 {
   color: #FC8B07;
 }
</style>

background-color css

<style>
 a { background-color: #FC8B07; }

 a { background-color: rgb(252,139,7); }

 div.DivClassName
 {
   background-color: #FC8B07;
 }
 .BgClassName
 {
   background-color: #FC8B07;
 }
</style>

border-color css

<style>
 span { border-color: #FC8B07; }

 span { border-color: rgb(252,139,7); }

 td.TdClassName
 {
   border-color: #FC8B07;
 }
 .TagClassName
 {
   border-color: #FC8B07;
 }
</style>