Html Css Color HEX #FD5241 Sunset Orange

📋 copy color: '#FD5241'

red 253 ◦ green 82 ◦ blue 65

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

Shades of Sunset Orange #FD5241

Tints of Sunset Orange #FD5241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.25%

R = 63.25%
G = 20.5%
B = 16.25%

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

#FD5241 (or 0xFD5241) is known color: Sunset Orange. HEX triplet: FD, 52 and 41. RGB value is (253,82,65). Sum of RGB (Red+Green+Blue) = 253+82+65=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5241 is #02ADBE. Grayscale: #838383. Windows color (decimal): -175551 or 4281085. OLE color: 4281085.

HSL color Cylindrical-coordinate representation of color #FD5241: hue angle of 5.43º degrees, saturation: 0.98, 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 #FD5241 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 82 65 -
CMYK 0 0.68 0.74 0.01
HSL 5.43º 0.98% 0.62% -
HSV(B) 5.43º 0.74% 0.99% -
XYZ 44.48 27.3 7.93 -
YUV 131.19 90.65 214.88 -
System Red Green Blue C M Y K H S L
Decimal 253 82 65 0 0.68 0.74 0.01 5.43 0.98 0.62
Hex FD 52 41 0 44 4A 1 5 62 3E
Octal 375 122 101 0 104 112 1 5 142 76
Binary 11111101 1010010 1000001 0 1000100 1001010 1 101 1100010 111110

Color Harmonies of #FD5241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5241

Black with #FD5241

Text Example


Text Example

White with #FD5241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5241; }

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

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

background-color css

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

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

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

border-color css

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

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

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