Html Css Color HEX #FC8F07 Dark Orange

📋 copy color: '#FC8F07'

red 252 ◦ green 143 ◦ blue 7

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

Shades of Dark Orange #FC8F07

Tints of Dark Orange #FC8F07

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

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

R = 62.69%
G = 35.57%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC8F07 (or 0xFC8F07) is known color: Dark Orange. HEX triplet: FC, 8F and 07. RGB value is (252,143,7). Sum of RGB (Red+Green+Blue) = 252+143+7=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 7 (3.12% from 255 or 1.74% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F07 is #0370F8. Grayscale: #A0A0A0. Windows color (decimal): -225529 or 495612. OLE color: 495612.

HSL color Cylindrical-coordinate representation of color #FC8F07: hue angle of 33.31º 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 #FC8F07 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 7 -
CMYK 0 0.43 0.97 0.01
HSL 33.31º 0.98% 0.51% -
HSV(B) 33.31º 0.97% 0.99% -
XYZ 50.01 40.36 5.35 -
YUV 160.09 41.61 193.56 -
System Red Green Blue C M Y K H S L
Decimal 252 143 7 0 0.43 0.97 0.01 33.31 0.98 0.51
Hex FC 8F 7 0 2B 61 1 21 62 33
Octal 374 217 7 0 53 141 1 41 142 63
Binary 11111100 10001111 111 0 101011 1100001 1 100001 1100010 110011

Color Harmonies of #FC8F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F07

Black with #FC8F07

Text Example


Text Example

White with #FC8F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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