Html Css Color HEX #FC7240 Burnt Orange

📋 copy color: '#FC7240'

red 252 ◦ green 114 ◦ blue 64

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

Shades of Burnt Orange #FC7240

Tints of Burnt Orange #FC7240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 58.6%
G = 26.51%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC7240 (or 0xFC7240) is known color: Burnt Orange. HEX triplet: FC, 72 and 40. RGB value is (252,114,64). Sum of RGB (Red+Green+Blue) = 252+114+64=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7240 is #038DBF. Grayscale: #959595. Windows color (decimal): -232896 or 4223740. OLE color: 4223740.

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

Color convert

RGB 252 114 64 -
CMYK 0 0.55 0.75 0.01
HSL 15.96º 0.97% 0.62% -
HSV(B) 15.96º 0.75% 0.99% -
XYZ 47.09 33.1 8.76 -
YUV 149.56 79.72 201.07 -
System Red Green Blue C M Y K H S L
Decimal 252 114 64 0 0.55 0.75 0.01 15.96 0.97 0.62
Hex FC 72 40 0 37 4B 1 10 61 3E
Octal 374 162 100 0 67 113 1 20 141 76
Binary 11111100 1110010 1000000 0 110111 1001011 1 10000 1100001 111110

Color Harmonies of #FC7240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7240

Black with #FC7240

Text Example


Text Example

White with #FC7240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7240; }

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

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

background-color css

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

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

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

border-color css

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

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

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