Html Css Color HEX #FC6E2F Burnt Orange

📋 copy color: '#FC6E2F'

red 252 ◦ green 110 ◦ blue 47

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

Shades of Burnt Orange #FC6E2F

Tints of Burnt Orange #FC6E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 61.61%
G = 26.89%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6E2F (or 0xFC6E2F) is known color: Burnt Orange. HEX triplet: FC, 6E and 2F. RGB value is (252,110,47). Sum of RGB (Red+Green+Blue) = 252+110+47=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E2F is #0391D0. Grayscale: #919191. Windows color (decimal): -233937 or 3108604. OLE color: 3108604.

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

Color convert

RGB 252 110 47 -
CMYK 0 0.56 0.81 0.01
HSL 18.44º 0.97% 0.59% -
HSV(B) 18.44º 0.81% 0.99% -
XYZ 46.23 32.05 6.44 -
YUV 145.28 72.54 204.12 -
System Red Green Blue C M Y K H S L
Decimal 252 110 47 0 0.56 0.81 0.01 18.44 0.97 0.59
Hex FC 6E 2F 0 38 51 1 12 61 3B
Octal 374 156 57 0 70 121 1 22 141 73
Binary 11111100 1101110 101111 0 111000 1010001 1 10010 1100001 111011

Color Harmonies of #FC6E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E2F

Black with #FC6E2F

Text Example


Text Example

White with #FC6E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E2F; }

 p { color: rgb(252,110,47); }

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

background-color css

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

 a { background-color: rgb(252,110,47); }

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

border-color css

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

 span { border-color: rgb(252,110,47); }

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