Html Css Color HEX #FC6323 Burnt Orange

📋 copy color: '#FC6323'

red 252 ◦ green 99 ◦ blue 35

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

Shades of Burnt Orange #FC6323

Tints of Burnt Orange #FC6323

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

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

R = 65.28%
G = 25.65%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6323 (or 0xFC6323) is known color: Burnt Orange. HEX triplet: FC, 63 and 23. RGB value is (252,99,35). Sum of RGB (Red+Green+Blue) = 252+99+35=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6323 is #039CDC. Grayscale: #898989. Windows color (decimal): -236765 or 2319356. OLE color: 2319356.

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

Color convert

RGB 252 99 35 -
CMYK 0 0.61 0.86 0.01
HSL 17.7º 0.97% 0.56% -
HSV(B) 17.7º 0.86% 0.99% -
XYZ 44.91 29.74 4.96 -
YUV 137.45 70.19 209.7 -
System Red Green Blue C M Y K H S L
Decimal 252 99 35 0 0.61 0.86 0.01 17.7 0.97 0.56
Hex FC 63 23 0 3D 56 1 12 61 38
Octal 374 143 43 0 75 126 1 22 141 70
Binary 11111100 1100011 100011 0 111101 1010110 1 10010 1100001 111000

Color Harmonies of #FC6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6323

Black with #FC6323

Text Example


Text Example

White with #FC6323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6323; }

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

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

background-color css

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

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

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

border-color css

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

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

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