Html Css Color HEX #FC8814 Dark Orange

📋 copy color: '#FC8814'

red 252 ◦ green 136 ◦ blue 20

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

Shades of Dark Orange #FC8814

Tints of Dark Orange #FC8814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.33%

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 61.76%
G = 33.33%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC8814 (or 0xFC8814) is known color: Dark Orange. HEX triplet: FC, 88 and 14. RGB value is (252,136,20). Sum of RGB (Red+Green+Blue) = 252+136+20=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8814 is #0377EB. Grayscale: #9E9E9E. Windows color (decimal): -227308 or 1345788. OLE color: 1345788.

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

Color convert

RGB 252 136 20 -
CMYK 0 0.46 0.92 0.01
HSL 30º 0.97% 0.53% -
HSV(B) 30º 0.92% 0.99% -
XYZ 49.08 38.35 5.48 -
YUV 157.46 50.43 195.43 -
System Red Green Blue C M Y K H S L
Decimal 252 136 20 0 0.46 0.92 0.01 30 0.97 0.53
Hex FC 88 14 0 2E 5C 1 1E 61 35
Octal 374 210 24 0 56 134 1 36 141 65
Binary 11111100 10001000 10100 0 101110 1011100 1 11110 1100001 110101

Color Harmonies of #FC8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8814

Black with #FC8814

Text Example


Text Example

White with #FC8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8814; }

 p { color: rgb(252,136,20); }

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

background-color css

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

 a { background-color: rgb(252,136,20); }

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

border-color css

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

 span { border-color: rgb(252,136,20); }

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