Html Css Color HEX #FC6D30 Burnt Orange

📋 copy color: '#FC6D30'

red 252 ◦ green 109 ◦ blue 48

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

Shades of Burnt Orange #FC6D30

Tints of Burnt Orange #FC6D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.65%

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 61.61%
G = 26.65%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6D30 (or 0xFC6D30) is known color: Burnt Orange. HEX triplet: FC, 6D and 30. RGB value is (252,109,48). Sum of RGB (Red+Green+Blue) = 252+109+48=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D30 is #0392CF. Grayscale: #919191. Windows color (decimal): -234192 or 3173884. OLE color: 3173884.

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

Color convert

RGB 252 109 48 -
CMYK 0 0.57 0.81 0.01
HSL 17.94º 0.97% 0.59% -
HSV(B) 17.94º 0.81% 0.99% -
XYZ 46.15 31.85 6.51 -
YUV 144.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 252 109 48 0 0.57 0.81 0.01 17.94 0.97 0.59
Hex FC 6D 30 0 39 51 1 12 61 3B
Octal 374 155 60 0 71 121 1 22 141 73
Binary 11111100 1101101 110000 0 111001 1010001 1 10010 1100001 111011

Color Harmonies of #FC6D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D30

Black with #FC6D30

Text Example


Text Example

White with #FC6D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D30; }

 p { color: rgb(252,109,48); }

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

background-color css

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

 a { background-color: rgb(252,109,48); }

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

border-color css

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

 span { border-color: rgb(252,109,48); }

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