Html Css Color HEX #FC813B Burnt Orange

📋 copy color: '#FC813B'

red 252 ◦ green 129 ◦ blue 59

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

Shades of Burnt Orange #FC813B

Tints of Burnt Orange #FC813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

 BLUE value IS 59 (23.44% from 255) = 13.41%

R = 57.27%
G = 29.32%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC813B (or 0xFC813B) is known color: Burnt Orange. HEX triplet: FC, 81 and 3B. RGB value is (252,129,59). Sum of RGB (Red+Green+Blue) = 252+129+59=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC813B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC813B is #037EC4. Grayscale: #9E9E9E. Windows color (decimal): -229061 or 3899900. OLE color: 3899900.

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

Color convert

RGB 252 129 59 -
CMYK 0 0.49 0.77 0.01
HSL 21.76º 0.97% 0.61% -
HSV(B) 21.76º 0.77% 0.99% -
XYZ 48.78 36.71 8.65 -
YUV 157.8 72.25 195.19 -
System Red Green Blue C M Y K H S L
Decimal 252 129 59 0 0.49 0.77 0.01 21.76 0.97 0.61
Hex FC 81 3B 0 31 4D 1 16 61 3D
Octal 374 201 73 0 61 115 1 26 141 75
Binary 11111100 10000001 111011 0 110001 1001101 1 10110 1100001 111101

Color Harmonies of #FC813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC813B

Black with #FC813B

Text Example


Text Example

White with #FC813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC813B; }

 p { color: rgb(252,129,59); }

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

background-color css

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

 a { background-color: rgb(252,129,59); }

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

border-color css

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

 span { border-color: rgb(252,129,59); }

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