Html Css Color HEX #FC6928 Burnt Orange

📋 copy color: '#FC6928'

red 252 ◦ green 105 ◦ blue 40

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

Shades of Burnt Orange #FC6928

Tints of Burnt Orange #FC6928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

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

R = 63.48%
G = 26.45%
B = 10.08%

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

#FC6928 (or 0xFC6928) is known color: Burnt Orange. HEX triplet: FC, 69 and 28. RGB value is (252,105,40). Sum of RGB (Red+Green+Blue) = 252+105+40=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6928 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6928 is #0396D7. Grayscale: #8D8D8D. Windows color (decimal): -235224 or 2648572. OLE color: 2648572.

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

Color convert

RGB 252 105 40 -
CMYK 0 0.58 0.84 0.01
HSL 18.4º 0.97% 0.57% -
HSV(B) 18.4º 0.84% 0.99% -
XYZ 45.58 30.95 5.58 -
YUV 141.54 70.7 206.79 -
System Red Green Blue C M Y K H S L
Decimal 252 105 40 0 0.58 0.84 0.01 18.4 0.97 0.57
Hex FC 69 28 0 3A 54 1 12 61 39
Octal 374 151 50 0 72 124 1 22 141 71
Binary 11111100 1101001 101000 0 111010 1010100 1 10010 1100001 111001

Color Harmonies of #FC6928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6928

Black with #FC6928

Text Example


Text Example

White with #FC6928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6928; }

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

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

background-color css

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

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

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

border-color css

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

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

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