Html Css Color HEX #FC6834 Burnt Orange

📋 copy color: '#FC6834'

red 252 ◦ green 104 ◦ blue 52

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

Shades of Burnt Orange #FC6834

Tints of Burnt Orange #FC6834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

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

R = 61.76%
G = 25.49%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC6834 (or 0xFC6834) is known color: Burnt Orange. HEX triplet: FC, 68 and 34. RGB value is (252,104,52). Sum of RGB (Red+Green+Blue) = 252+104+52=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6834 is #0397CB. Grayscale: #8E8E8E. Windows color (decimal): -235468 or 3434748. OLE color: 3434748.

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

Color convert

RGB 252 104 52 -
CMYK 0 0.59 0.79 0.01
HSL 15.6º 0.97% 0.6% -
HSV(B) 15.6º 0.79% 0.99% -
XYZ 45.72 30.84 6.79 -
YUV 142.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 252 104 52 0 0.59 0.79 0.01 15.6 0.97 0.6
Hex FC 68 34 0 3B 4F 1 10 61 3C
Octal 374 150 64 0 73 117 1 20 141 74
Binary 11111100 1101000 110100 0 111011 1001111 1 10000 1100001 111100

Color Harmonies of #FC6834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6834

Black with #FC6834

Text Example


Text Example

White with #FC6834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6834; }

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

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

background-color css

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

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

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

border-color css

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

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

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