Html Css Color HEX #FC6B2B Burnt Orange

📋 copy color: '#FC6B2B'

red 252 ◦ green 107 ◦ blue 43

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

Shades of Burnt Orange #FC6B2B

Tints of Burnt Orange #FC6B2B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.62%

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

R = 62.69%
G = 26.62%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC6B2B (or 0xFC6B2B) is known color: Burnt Orange. HEX triplet: FC, 6B and 2B. RGB value is (252,107,43). Sum of RGB (Red+Green+Blue) = 252+107+43=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6B2B is #0394D4. Grayscale: #8F8F8F. Windows color (decimal): -234709 or 2845692. OLE color: 2845692.

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

Color convert

RGB 252 107 43 -
CMYK 0 0.58 0.83 0.01
HSL 18.37º 0.97% 0.58% -
HSV(B) 18.37º 0.83% 0.99% -
XYZ 45.84 31.39 5.93 -
YUV 143.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 252 107 43 0 0.58 0.83 0.01 18.37 0.97 0.58
Hex FC 6B 2B 0 3A 53 1 12 61 3A
Octal 374 153 53 0 72 123 1 22 141 72
Binary 11111100 1101011 101011 0 111010 1010011 1 10010 1100001 111010

Color Harmonies of #FC6B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B2B

Black with #FC6B2B

Text Example


Text Example

White with #FC6B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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