Html Css Color HEX #FC6426 Burnt Orange

📋 copy color: '#FC6426'

red 252 ◦ green 100 ◦ blue 38

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

Shades of Burnt Orange #FC6426

Tints of Burnt Orange #FC6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

 BLUE value IS 38 (15.23% from 255) = 9.74%

R = 64.62%
G = 25.64%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC6426 (or 0xFC6426) is known color: Burnt Orange. HEX triplet: FC, 64 and 26. RGB value is (252,100,38). Sum of RGB (Red+Green+Blue) = 252+100+38=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6426 is #039BD9. Grayscale: #8A8A8A. Windows color (decimal): -236506 or 2516220. OLE color: 2516220.

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

Color convert

RGB 252 100 38 -
CMYK 0 0.60 0.85 0.01
HSL 17.38º 0.97% 0.57% -
HSV(B) 17.38º 0.85% 0.99% -
XYZ 45.05 29.95 5.24 -
YUV 138.38 71.36 209.04 -
System Red Green Blue C M Y K H S L
Decimal 252 100 38 0 0.60 0.85 0.01 17.38 0.97 0.57
Hex FC 64 26 0 3C 55 1 11 61 39
Octal 374 144 46 0 74 125 1 21 141 71
Binary 11111100 1100100 100110 0 111100 1010101 1 10001 1100001 111001

Color Harmonies of #FC6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6426

Black with #FC6426

Text Example


Text Example

White with #FC6426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6426; }

 p { color: rgb(252,100,38); }

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

background-color css

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

 a { background-color: rgb(252,100,38); }

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

border-color css

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

 span { border-color: rgb(252,100,38); }

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