Html Css Color HEX #FC6A28 Burnt Orange

📋 copy color: '#FC6A28'

red 252 ◦ green 106 ◦ blue 40

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

Shades of Burnt Orange #FC6A28

Tints of Burnt Orange #FC6A28

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

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

R = 63.32%
G = 26.63%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6A28 (or 0xFC6A28) is known color: Burnt Orange. HEX triplet: FC, 6A and 28. RGB value is (252,106,40). Sum of RGB (Red+Green+Blue) = 252+106+40=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A28 is #0395D7. Grayscale: #8E8E8E. Windows color (decimal): -234968 or 2648828. OLE color: 2648828.

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

Color convert

RGB 252 106 40 -
CMYK 0 0.58 0.84 0.01
HSL 18.68º 0.97% 0.57% -
HSV(B) 18.68º 0.84% 0.99% -
XYZ 45.68 31.16 5.61 -
YUV 142.13 70.37 206.37 -
System Red Green Blue C M Y K H S L
Decimal 252 106 40 0 0.58 0.84 0.01 18.68 0.97 0.57
Hex FC 6A 28 0 3A 54 1 13 61 39
Octal 374 152 50 0 72 124 1 23 141 71
Binary 11111100 1101010 101000 0 111010 1010100 1 10011 1100001 111001

Color Harmonies of #FC6A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A28

Black with #FC6A28

Text Example


Text Example

White with #FC6A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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