Html Css Color HEX #FC7242 Burnt Orange

📋 copy color: '#FC7242'

red 252 ◦ green 114 ◦ blue 66

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

Shades of Burnt Orange #FC7242

Tints of Burnt Orange #FC7242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.39%

 BLUE value IS 66 (26.17% from 255) = 15.28%

R = 58.33%
G = 26.39%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC7242 (or 0xFC7242) is known color: Burnt Orange. HEX triplet: FC, 72 and 42. RGB value is (252,114,66). Sum of RGB (Red+Green+Blue) = 252+114+66=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7242 is #038DBD. Grayscale: #969696. Windows color (decimal): -232894 or 4354812. OLE color: 4354812.

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

Color convert

RGB 252 114 66 -
CMYK 0 0.55 0.74 0.01
HSL 15.48º 0.97% 0.62% -
HSV(B) 15.48º 0.74% 0.99% -
XYZ 47.15 33.12 9.06 -
YUV 149.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 252 114 66 0 0.55 0.74 0.01 15.48 0.97 0.62
Hex FC 72 42 0 37 4A 1 F 61 3E
Octal 374 162 102 0 67 112 1 17 141 76
Binary 11111100 1110010 1000010 0 110111 1001010 1 1111 1100001 111110

Color Harmonies of #FC7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7242

Black with #FC7242

Text Example


Text Example

White with #FC7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7242; }

 p { color: rgb(252,114,66); }

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

background-color css

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

 a { background-color: rgb(252,114,66); }

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

border-color css

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

 span { border-color: rgb(252,114,66); }

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