Html Css Color HEX #FC6F40 Burnt Orange

📋 copy color: '#FC6F40'

red 252 ◦ green 111 ◦ blue 64

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

Shades of Burnt Orange #FC6F40

Tints of Burnt Orange #FC6F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

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

R = 59.02%
G = 26%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC6F40 (or 0xFC6F40) is known color: Burnt Orange. HEX triplet: FC, 6F and 40. RGB value is (252,111,64). Sum of RGB (Red+Green+Blue) = 252+111+64=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F40 is #0390BF. Grayscale: #949494. Windows color (decimal): -233664 or 4222972. OLE color: 4222972.

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

Color convert

RGB 252 111 64 -
CMYK 0 0.56 0.75 0.01
HSL 15º 0.97% 0.62% -
HSV(B) 15º 0.75% 0.99% -
XYZ 46.75 32.43 8.65 -
YUV 147.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 252 111 64 0 0.56 0.75 0.01 15 0.97 0.62
Hex FC 6F 40 0 38 4B 1 F 61 3E
Octal 374 157 100 0 70 113 1 17 141 76
Binary 11111100 1101111 1000000 0 111000 1001011 1 1111 1100001 111110

Color Harmonies of #FC6F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F40

Black with #FC6F40

Text Example


Text Example

White with #FC6F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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