Html Css Color HEX #FC8F05 Dark Orange

📋 copy color: '#FC8F05'

red 252 ◦ green 143 ◦ blue 5

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

Shades of Dark Orange #FC8F05

Tints of Dark Orange #FC8F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 63%
G = 35.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC8F05 (or 0xFC8F05) is known color: Dark Orange. HEX triplet: FC, 8F and 05. RGB value is (252,143,5). Sum of RGB (Red+Green+Blue) = 252+143+5=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F05 is #0370FA. Grayscale: #A0A0A0. Windows color (decimal): -225531 or 364540. OLE color: 364540.

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

Color convert

RGB 252 143 5 -
CMYK 0 0.43 0.98 0.01
HSL 33.52º 0.98% 0.5% -
HSV(B) 33.52º 0.98% 0.99% -
XYZ 49.99 40.35 5.3 -
YUV 159.86 40.61 193.72 -
System Red Green Blue C M Y K H S L
Decimal 252 143 5 0 0.43 0.98 0.01 33.52 0.98 0.5
Hex FC 8F 5 0 2B 62 1 22 62 32
Octal 374 217 5 0 53 142 1 42 142 62
Binary 11111100 10001111 101 0 101011 1100010 1 100010 1100010 110010

Color Harmonies of #FC8F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F05

Black with #FC8F05

Text Example


Text Example

White with #FC8F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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