Html Css Color HEX #FC7530 Burnt Orange

📋 copy color: '#FC7530'

red 252 ◦ green 117 ◦ blue 48

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

Shades of Burnt Orange #FC7530

Tints of Burnt Orange #FC7530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

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

R = 60.43%
G = 28.06%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC7530 (or 0xFC7530) is known color: Burnt Orange. HEX triplet: FC, 75 and 30. RGB value is (252,117,48). Sum of RGB (Red+Green+Blue) = 252+117+48=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7530 is #038ACF. Grayscale: #959595. Windows color (decimal): -232144 or 3175932. OLE color: 3175932.

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

Color convert

RGB 252 117 48 -
CMYK 0 0.54 0.81 0.01
HSL 20.29º 0.97% 0.59% -
HSV(B) 20.29º 0.81% 0.99% -
XYZ 47.04 33.63 6.81 -
YUV 149.5 70.73 201.11 -
System Red Green Blue C M Y K H S L
Decimal 252 117 48 0 0.54 0.81 0.01 20.29 0.97 0.59
Hex FC 75 30 0 36 51 1 14 61 3B
Octal 374 165 60 0 66 121 1 24 141 73
Binary 11111100 1110101 110000 0 110110 1010001 1 10100 1100001 111011

Color Harmonies of #FC7530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7530

Black with #FC7530

Text Example


Text Example

White with #FC7530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7530; }

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

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

background-color css

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

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

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

border-color css

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

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

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