Html Css Color HEX #FC5242 Sunset Orange

📋 copy color: '#FC5242'

red 252 ◦ green 82 ◦ blue 66

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

Shades of Sunset Orange #FC5242

Tints of Sunset Orange #FC5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 63%
G = 20.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC5242 (or 0xFC5242) is known color: Sunset Orange. HEX triplet: FC, 52 and 42. RGB value is (252,82,66). Sum of RGB (Red+Green+Blue) = 252+82+66=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5242 is #03ADBD. Grayscale: #838383. Windows color (decimal): -241086 or 4346620. OLE color: 4346620.

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

Color convert

RGB 252 82 66 -
CMYK 0 0.67 0.74 0.01
HSL 5.16º 0.97% 0.62% -
HSV(B) 5.16º 0.74% 0.99% -
XYZ 44.15 27.12 8.06 -
YUV 131.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 252 82 66 0 0.67 0.74 0.01 5.16 0.97 0.62
Hex FC 52 42 0 43 4A 1 5 61 3E
Octal 374 122 102 0 103 112 1 5 141 76
Binary 11111100 1010010 1000010 0 1000011 1001010 1 101 1100001 111110

Color Harmonies of #FC5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5242

Black with #FC5242

Text Example


Text Example

White with #FC5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5242; }

 p { color: rgb(252,82,66); }

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

background-color css

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

 a { background-color: rgb(252,82,66); }

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

border-color css

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

 span { border-color: rgb(252,82,66); }

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