Html Css Color HEX #FC7433 Burnt Orange

📋 copy color: '#FC7433'

red 252 ◦ green 116 ◦ blue 51

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

Shades of Burnt Orange #FC7433

Tints of Burnt Orange #FC7433

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 60.14%
G = 27.68%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC7433 (or 0xFC7433) is known color: Burnt Orange. HEX triplet: FC, 74 and 33. RGB value is (252,116,51). Sum of RGB (Red+Green+Blue) = 252+116+51=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7433 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7433 is #038BCC. Grayscale: #959595. Windows color (decimal): -232397 or 3372284. OLE color: 3372284.

HSL color Cylindrical-coordinate representation of color #FC7433: hue angle of 19.4º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC7433 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 116 51 -
CMYK 0 0.54 0.80 0.01
HSL 19.4º 0.97% 0.59% -
HSV(B) 19.4º 0.8% 0.99% -
XYZ 46.99 33.43 7.11 -
YUV 149.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 252 116 51 0 0.54 0.80 0.01 19.4 0.97 0.59
Hex FC 74 33 0 36 50 1 13 61 3B
Octal 374 164 63 0 66 120 1 23 141 73
Binary 11111100 1110100 110011 0 110110 1010000 1 10011 1100001 111011

Color Harmonies of #FC7433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7433

Black with #FC7433

Text Example


Text Example

White with #FC7433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7433; }

 p { color: rgb(252,116,51); }

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

background-color css

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

 a { background-color: rgb(252,116,51); }

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

border-color css

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

 span { border-color: rgb(252,116,51); }

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