Html Css Color HEX #FC7241 Burnt Orange

📋 copy color: '#FC7241'

red 252 ◦ green 114 ◦ blue 65

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

Shades of Burnt Orange #FC7241

Tints of Burnt Orange #FC7241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.08%

R = 58.47%
G = 26.45%
B = 15.08%

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

#FC7241 (or 0xFC7241) is known color: Burnt Orange. HEX triplet: FC, 72 and 41. RGB value is (252,114,65). Sum of RGB (Red+Green+Blue) = 252+114+65=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7241 is #038DBE. Grayscale: #969696. Windows color (decimal): -232895 or 4289276. OLE color: 4289276.

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

Color convert

RGB 252 114 65 -
CMYK 0 0.55 0.74 0.01
HSL 15.72º 0.97% 0.62% -
HSV(B) 15.72º 0.74% 0.99% -
XYZ 47.12 33.11 8.91 -
YUV 149.68 80.22 200.98 -
System Red Green Blue C M Y K H S L
Decimal 252 114 65 0 0.55 0.74 0.01 15.72 0.97 0.62
Hex FC 72 41 0 37 4A 1 10 61 3E
Octal 374 162 101 0 67 112 1 20 141 76
Binary 11111100 1110010 1000001 0 110111 1001010 1 10000 1100001 111110

Color Harmonies of #FC7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7241

Black with #FC7241

Text Example


Text Example

White with #FC7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7241; }

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

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

background-color css

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

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

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

border-color css

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

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

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