Html Css Color HEX #FC7B31 Burnt Orange

📋 copy color: '#FC7B31'

red 252 ◦ green 123 ◦ blue 49

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

Shades of Burnt Orange #FC7B31

Tints of Burnt Orange #FC7B31

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.01%

 BLUE value IS 49 (19.53% from 255) = 11.56%

R = 59.43%
G = 29.01%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC7B31 (or 0xFC7B31) is known color: Burnt Orange. HEX triplet: FC, 7B and 31. RGB value is (252,123,49). Sum of RGB (Red+Green+Blue) = 252+123+49=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B31 is #0384CE. Grayscale: #999999. Windows color (decimal): -230607 or 3243004. OLE color: 3243004.

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

Color convert

RGB 252 123 49 -
CMYK 0 0.51 0.81 0.01
HSL 21.87º 0.97% 0.59% -
HSV(B) 21.87º 0.81% 0.99% -
XYZ 47.78 35.08 7.16 -
YUV 153.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 252 123 49 0 0.51 0.81 0.01 21.87 0.97 0.59
Hex FC 7B 31 0 33 51 1 16 61 3B
Octal 374 173 61 0 63 121 1 26 141 73
Binary 11111100 1111011 110001 0 110011 1010001 1 10110 1100001 111011

Color Harmonies of #FC7B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B31

Black with #FC7B31

Text Example


Text Example

White with #FC7B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B31; }

 p { color: rgb(252,123,49); }

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

background-color css

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

 a { background-color: rgb(252,123,49); }

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

border-color css

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

 span { border-color: rgb(252,123,49); }

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