Html Css Color HEX #FC6B2D Burnt Orange

📋 copy color: '#FC6B2D'

red 252 ◦ green 107 ◦ blue 45

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

Shades of Burnt Orange #FC6B2D

Tints of Burnt Orange #FC6B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.14%

R = 62.38%
G = 26.49%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC6B2D (or 0xFC6B2D) is known color: Burnt Orange. HEX triplet: FC, 6B and 2D. RGB value is (252,107,45). Sum of RGB (Red+Green+Blue) = 252+107+45=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6B2D is #0394D2. Grayscale: #8F8F8F. Windows color (decimal): -234707 or 2976764. OLE color: 2976764.

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

Color convert

RGB 252 107 45 -
CMYK 0 0.58 0.82 0.01
HSL 17.97º 0.97% 0.58% -
HSV(B) 17.97º 0.82% 0.99% -
XYZ 45.88 31.4 6.13 -
YUV 143.29 72.54 205.54 -
System Red Green Blue C M Y K H S L
Decimal 252 107 45 0 0.58 0.82 0.01 17.97 0.97 0.58
Hex FC 6B 2D 0 3A 52 1 12 61 3A
Octal 374 153 55 0 72 122 1 22 141 72
Binary 11111100 1101011 101101 0 111010 1010010 1 10010 1100001 111010

Color Harmonies of #FC6B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B2D

Black with #FC6B2D

Text Example


Text Example

White with #FC6B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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