Html Css Color HEX #FC6F28 Burnt Orange

📋 copy color: '#FC6F28'

red 252 ◦ green 111 ◦ blue 40

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

Shades of Burnt Orange #FC6F28

Tints of Burnt Orange #FC6F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.93%

R = 62.53%
G = 27.54%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6F28 (or 0xFC6F28) is known color: Burnt Orange. HEX triplet: FC, 6F and 28. RGB value is (252,111,40). Sum of RGB (Red+Green+Blue) = 252+111+40=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F28 is #0390D7. Grayscale: #919191. Windows color (decimal): -233688 or 2650108. OLE color: 2650108.

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

Color convert

RGB 252 111 40 -
CMYK 0 0.56 0.84 0.01
HSL 20.09º 0.97% 0.57% -
HSV(B) 20.09º 0.84% 0.99% -
XYZ 46.21 32.22 5.79 -
YUV 145.07 68.71 204.27 -
System Red Green Blue C M Y K H S L
Decimal 252 111 40 0 0.56 0.84 0.01 20.09 0.97 0.57
Hex FC 6F 28 0 38 54 1 14 61 39
Octal 374 157 50 0 70 124 1 24 141 71
Binary 11111100 1101111 101000 0 111000 1010100 1 10100 1100001 111001

Color Harmonies of #FC6F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F28

Black with #FC6F28

Text Example


Text Example

White with #FC6F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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