Html Css Color HEX #FC6934 Burnt Orange

📋 copy color: '#FC6934'

red 252 ◦ green 105 ◦ blue 52

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

Shades of Burnt Orange #FC6934

Tints of Burnt Orange #FC6934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

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

R = 61.61%
G = 25.67%
B = 12.71%

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

#FC6934 (or 0xFC6934) is known color: Burnt Orange. HEX triplet: FC, 69 and 34. RGB value is (252,105,52). Sum of RGB (Red+Green+Blue) = 252+105+52=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6934 is #0396CB. Grayscale: #8F8F8F. Windows color (decimal): -235212 or 3435004. OLE color: 3435004.

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

Color convert

RGB 252 105 52 -
CMYK 0 0.58 0.79 0.01
HSL 15.9º 0.97% 0.6% -
HSV(B) 15.9º 0.79% 0.99% -
XYZ 45.82 31.05 6.83 -
YUV 142.91 76.7 205.81 -
System Red Green Blue C M Y K H S L
Decimal 252 105 52 0 0.58 0.79 0.01 15.9 0.97 0.6
Hex FC 69 34 0 3A 4F 1 10 61 3C
Octal 374 151 64 0 72 117 1 20 141 74
Binary 11111100 1101001 110100 0 111010 1001111 1 10000 1100001 111100

Color Harmonies of #FC6934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6934

Black with #FC6934

Text Example


Text Example

White with #FC6934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6934; }

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

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

background-color css

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

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

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

border-color css

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

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

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