Html Css Color HEX #FD5242 Sunset Orange

📋 copy color: '#FD5242'

red 253 ◦ green 82 ◦ blue 66

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

Shades of Sunset Orange #FD5242

Tints of Sunset Orange #FD5242

RGB

 RED value IS 253 (99.22% from 255) = 63.09%

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

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

R = 63.09%
G = 20.45%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD5242 (or 0xFD5242) is known color: Sunset Orange. HEX triplet: FD, 52 and 42. RGB value is (253,82,66). Sum of RGB (Red+Green+Blue) = 253+82+66=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5242 is #02ADBD. Grayscale: #838383. Windows color (decimal): -175550 or 4346621. OLE color: 4346621.

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

Color convert

RGB 253 82 66 -
CMYK 0 0.68 0.74 0.01
HSL 5.13º 0.98% 0.63% -
HSV(B) 5.13º 0.74% 0.99% -
XYZ 44.51 27.31 8.08 -
YUV 131.31 91.15 214.8 -
System Red Green Blue C M Y K H S L
Decimal 253 82 66 0 0.68 0.74 0.01 5.13 0.98 0.63
Hex FD 52 42 0 44 4A 1 5 62 3F
Octal 375 122 102 0 104 112 1 5 142 77
Binary 11111101 1010010 1000010 0 1000100 1001010 1 101 1100010 111111

Color Harmonies of #FD5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5242

Black with #FD5242

Text Example


Text Example

White with #FD5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5242; }

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

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

background-color css

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

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

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

border-color css

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

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

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