Html Css Color HEX #FD5350 Sunset Orange

📋 copy color: '#FD5350'

red 253 ◦ green 83 ◦ blue 80

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

Shades of Sunset Orange #FD5350

Tints of Sunset Orange #FD5350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

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

R = 60.82%
G = 19.95%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD5350 (or 0xFD5350) is known color: Sunset Orange. HEX triplet: FD, 53 and 50. RGB value is (253,83,80). Sum of RGB (Red+Green+Blue) = 253+83+80=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5350 is #02ACAF. Grayscale: #858585. Windows color (decimal): -175280 or 5264381. OLE color: 5264381.

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

Color convert

RGB 253 83 80 -
CMYK 0 0.67 0.68 0.01
HSL 1.04º 0.98% 0.65% -
HSV(B) 1.04º 0.68% 0.99% -
XYZ 45.05 27.65 10.55 -
YUV 133.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 253 83 80 0 0.67 0.68 0.01 1.04 0.98 0.65
Hex FD 53 50 0 43 44 1 1 62 41
Octal 375 123 120 0 103 104 1 1 142 101
Binary 11111101 1010011 1010000 0 1000011 1000100 1 1 1100010 1000001

Color Harmonies of #FD5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5350

Black with #FD5350

Text Example


Text Example

White with #FD5350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5350; }

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

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

background-color css

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

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

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

border-color css

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

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

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