Html Css Color HEX #FD5250 Sunset Orange

📋 copy color: '#FD5250'

red 253 ◦ green 82 ◦ blue 80

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

Shades of Sunset Orange #FD5250

Tints of Sunset Orange #FD5250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 60.96%
G = 19.76%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD5250 (or 0xFD5250) is known color: Sunset Orange. HEX triplet: FD, 52 and 50. RGB value is (253,82,80). Sum of RGB (Red+Green+Blue) = 253+82+80=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5250 is #02ADAF. Grayscale: #858585. Windows color (decimal): -175536 or 5264125. OLE color: 5264125.

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

Color convert

RGB 253 82 80 -
CMYK 0 0.68 0.68 0.01
HSL 0.69º 0.98% 0.65% -
HSV(B) 0.69º 0.68% 0.99% -
XYZ 44.97 27.5 10.53 -
YUV 132.9 98.15 213.66 -
System Red Green Blue C M Y K H S L
Decimal 253 82 80 0 0.68 0.68 0.01 0.69 0.98 0.65
Hex FD 52 50 0 44 44 1 1 62 41
Octal 375 122 120 0 104 104 1 1 142 101
Binary 11111101 1010010 1010000 0 1000100 1000100 1 1 1100010 1000001

Color Harmonies of #FD5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5250

Black with #FD5250

Text Example


Text Example

White with #FD5250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5250; }

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

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

background-color css

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

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

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

border-color css

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

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

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