Html Css Color HEX #FC7333 Burnt Orange

📋 copy color: '#FC7333'

red 252 ◦ green 115 ◦ blue 51

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

Shades of Burnt Orange #FC7333

Tints of Burnt Orange #FC7333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 60.29%
G = 27.51%
B = 12.2%

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

#FC7333 (or 0xFC7333) is known color: Burnt Orange. HEX triplet: FC, 73 and 33. RGB value is (252,115,51). Sum of RGB (Red+Green+Blue) = 252+115+51=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7333 is #038CCC. Grayscale: #959595. Windows color (decimal): -232653 or 3372028. OLE color: 3372028.

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

Color convert

RGB 252 115 51 -
CMYK 0 0.54 0.80 0.01
HSL 19.1º 0.97% 0.59% -
HSV(B) 19.1º 0.8% 0.99% -
XYZ 46.87 33.2 7.07 -
YUV 148.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 252 115 51 0 0.54 0.80 0.01 19.1 0.97 0.59
Hex FC 73 33 0 36 50 1 13 61 3B
Octal 374 163 63 0 66 120 1 23 141 73
Binary 11111100 1110011 110011 0 110110 1010000 1 10011 1100001 111011

Color Harmonies of #FC7333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7333

Black with #FC7333

Text Example


Text Example

White with #FC7333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7333; }

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

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

background-color css

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

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

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

border-color css

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

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

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