Html Css Color HEX #FC7C33 Burnt Orange

📋 copy color: '#FC7C33'

red 252 ◦ green 124 ◦ blue 51

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

Shades of Burnt Orange #FC7C33

Tints of Burnt Orange #FC7C33

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

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

R = 59.02%
G = 29.04%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC7C33 (or 0xFC7C33) is known color: Burnt Orange. HEX triplet: FC, 7C and 33. RGB value is (252,124,51). Sum of RGB (Red+Green+Blue) = 252+124+51=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C33 is #0383CC. Grayscale: #9A9A9A. Windows color (decimal): -230349 or 3374332. OLE color: 3374332.

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

Color convert

RGB 252 124 51 -
CMYK 0 0.51 0.80 0.01
HSL 21.79º 0.97% 0.59% -
HSV(B) 21.79º 0.8% 0.99% -
XYZ 47.95 35.35 7.43 -
YUV 153.95 69.91 197.94 -
System Red Green Blue C M Y K H S L
Decimal 252 124 51 0 0.51 0.80 0.01 21.79 0.97 0.59
Hex FC 7C 33 0 33 50 1 16 61 3B
Octal 374 174 63 0 63 120 1 26 141 73
Binary 11111100 1111100 110011 0 110011 1010000 1 10110 1100001 111011

Color Harmonies of #FC7C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C33

Black with #FC7C33

Text Example


Text Example

White with #FC7C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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