Html Css Color HEX #FC7342 Burnt Orange

📋 copy color: '#FC7342'

red 252 ◦ green 115 ◦ blue 66

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

Shades of Burnt Orange #FC7342

Tints of Burnt Orange #FC7342

RGB

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

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

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

R = 58.2%
G = 26.56%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC7342 (or 0xFC7342) is known color: Burnt Orange. HEX triplet: FC, 73 and 42. RGB value is (252,115,66). Sum of RGB (Red+Green+Blue) = 252+115+66=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7342 is #038CBD. Grayscale: #969696. Windows color (decimal): -232638 or 4355068. OLE color: 4355068.

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

Color convert

RGB 252 115 66 -
CMYK 0 0.54 0.74 0.01
HSL 15.81º 0.97% 0.62% -
HSV(B) 15.81º 0.74% 0.99% -
XYZ 47.26 33.35 9.1 -
YUV 150.38 80.39 200.48 -
System Red Green Blue C M Y K H S L
Decimal 252 115 66 0 0.54 0.74 0.01 15.81 0.97 0.62
Hex FC 73 42 0 36 4A 1 10 61 3E
Octal 374 163 102 0 66 112 1 20 141 76
Binary 11111100 1110011 1000010 0 110110 1001010 1 10000 1100001 111110

Color Harmonies of #FC7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7342

Black with #FC7342

Text Example


Text Example

White with #FC7342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7342; }

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

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

background-color css

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

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

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

border-color css

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

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

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