Html Css Color HEX #FC8134 Burnt Orange

📋 copy color: '#FC8134'

red 252 ◦ green 129 ◦ blue 52

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

Shades of Burnt Orange #FC8134

Tints of Burnt Orange #FC8134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.01%

R = 58.2%
G = 29.79%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC8134 (or 0xFC8134) is known color: Burnt Orange. HEX triplet: FC, 81 and 34. RGB value is (252,129,52). Sum of RGB (Red+Green+Blue) = 252+129+52=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8134 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8134 is #037ECB. Grayscale: #9D9D9D. Windows color (decimal): -229068 or 3441148. OLE color: 3441148.

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

Color convert

RGB 252 129 52 -
CMYK 0 0.49 0.79 0.01
HSL 23.1º 0.97% 0.6% -
HSV(B) 23.1º 0.79% 0.99% -
XYZ 48.61 36.64 7.76 -
YUV 157 68.75 195.76 -
System Red Green Blue C M Y K H S L
Decimal 252 129 52 0 0.49 0.79 0.01 23.1 0.97 0.6
Hex FC 81 34 0 31 4F 1 17 61 3C
Octal 374 201 64 0 61 117 1 27 141 74
Binary 11111100 10000001 110100 0 110001 1001111 1 10111 1100001 111100

Color Harmonies of #FC8134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8134

Black with #FC8134

Text Example


Text Example

White with #FC8134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8134; }

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

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

background-color css

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

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

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

border-color css

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

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

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