Html Css Color HEX #FC6F2B Burnt Orange

📋 copy color: '#FC6F2B'

red 252 ◦ green 111 ◦ blue 43

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

Shades of Burnt Orange #FC6F2B

Tints of Burnt Orange #FC6F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.59%

R = 62.07%
G = 27.34%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC6F2B (or 0xFC6F2B) is known color: Burnt Orange. HEX triplet: FC, 6F and 2B. RGB value is (252,111,43). Sum of RGB (Red+Green+Blue) = 252+111+43=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F2B is #0390D4. Grayscale: #919191. Windows color (decimal): -233685 or 2846716. OLE color: 2846716.

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

Color convert

RGB 252 111 43 -
CMYK 0 0.56 0.83 0.01
HSL 19.52º 0.97% 0.58% -
HSV(B) 19.52º 0.83% 0.99% -
XYZ 46.27 32.24 6.07 -
YUV 145.41 70.21 204.03 -
System Red Green Blue C M Y K H S L
Decimal 252 111 43 0 0.56 0.83 0.01 19.52 0.97 0.58
Hex FC 6F 2B 0 38 53 1 14 61 3A
Octal 374 157 53 0 70 123 1 24 141 72
Binary 11111100 1101111 101011 0 111000 1010011 1 10100 1100001 111010

Color Harmonies of #FC6F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F2B

Black with #FC6F2B

Text Example


Text Example

White with #FC6F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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