Html Css Color HEX #FC6423 Burnt Orange

📋 copy color: '#FC6423'

red 252 ◦ green 100 ◦ blue 35

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

Shades of Burnt Orange #FC6423

Tints of Burnt Orange #FC6423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.04%

R = 65.12%
G = 25.84%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6423 (or 0xFC6423) is known color: Burnt Orange. HEX triplet: FC, 64 and 23. RGB value is (252,100,35). Sum of RGB (Red+Green+Blue) = 252+100+35=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6423 is #039BDC. Grayscale: #8A8A8A. Windows color (decimal): -236509 or 2319612. OLE color: 2319612.

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

Color convert

RGB 252 100 35 -
CMYK 0 0.60 0.86 0.01
HSL 17.97º 0.97% 0.56% -
HSV(B) 17.97º 0.86% 0.99% -
XYZ 45.01 29.93 5 -
YUV 138.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 252 100 35 0 0.60 0.86 0.01 17.97 0.97 0.56
Hex FC 64 23 0 3C 56 1 12 61 38
Octal 374 144 43 0 74 126 1 22 141 70
Binary 11111100 1100100 100011 0 111100 1010110 1 10010 1100001 111000

Color Harmonies of #FC6423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6423

Black with #FC6423

Text Example


Text Example

White with #FC6423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6423; }

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

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

background-color css

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

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

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

border-color css

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

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

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