Html Css Color HEX #FC7F33 Burnt Orange

📋 copy color: '#FC7F33'

red 252 ◦ green 127 ◦ blue 51

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

Shades of Burnt Orange #FC7F33

Tints of Burnt Orange #FC7F33

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

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

R = 58.6%
G = 29.53%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC7F33 (or 0xFC7F33) is known color: Burnt Orange. HEX triplet: FC, 7F and 33. RGB value is (252,127,51). Sum of RGB (Red+Green+Blue) = 252+127+51=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F33 is #0380CC. Grayscale: #9C9C9C. Windows color (decimal): -229581 or 3375100. OLE color: 3375100.

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

Color convert

RGB 252 127 51 -
CMYK 0 0.50 0.80 0.01
HSL 22.69º 0.97% 0.59% -
HSV(B) 22.69º 0.8% 0.99% -
XYZ 48.33 36.11 7.56 -
YUV 155.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 252 127 51 0 0.50 0.80 0.01 22.69 0.97 0.59
Hex FC 7F 33 0 32 50 1 17 61 3B
Octal 374 177 63 0 62 120 1 27 141 73
Binary 11111100 1111111 110011 0 110010 1010000 1 10111 1100001 111011

Color Harmonies of #FC7F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F33

Black with #FC7F33

Text Example


Text Example

White with #FC7F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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