Html Css Color HEX #FC6A34 Burnt Orange

📋 copy color: '#FC6A34'

red 252 ◦ green 106 ◦ blue 52

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

Shades of Burnt Orange #FC6A34

Tints of Burnt Orange #FC6A34

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.85%

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

R = 61.46%
G = 25.85%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC6A34 (or 0xFC6A34) is known color: Burnt Orange. HEX triplet: FC, 6A and 34. RGB value is (252,106,52). Sum of RGB (Red+Green+Blue) = 252+106+52=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A34 is #0395CB. Grayscale: #8F8F8F. Windows color (decimal): -234956 or 3435260. OLE color: 3435260.

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

Color convert

RGB 252 106 52 -
CMYK 0 0.58 0.79 0.01
HSL 16.2º 0.97% 0.6% -
HSV(B) 16.2º 0.79% 0.99% -
XYZ 45.92 31.25 6.86 -
YUV 143.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 252 106 52 0 0.58 0.79 0.01 16.2 0.97 0.6
Hex FC 6A 34 0 3A 4F 1 10 61 3C
Octal 374 152 64 0 72 117 1 20 141 74
Binary 11111100 1101010 110100 0 111010 1001111 1 10000 1100001 111100

Color Harmonies of #FC6A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A34

Black with #FC6A34

Text Example


Text Example

White with #FC6A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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