Html Css Color HEX #FD514E Sunset Orange

📋 copy color: '#FD514E'

red 253 ◦ green 81 ◦ blue 78

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

Shades of Sunset Orange #FD514E

Tints of Sunset Orange #FD514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.66%

 BLUE value IS 78 (30.86% from 255) = 18.93%

R = 61.41%
G = 19.66%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FD514E (or 0xFD514E) is known color: Sunset Orange. HEX triplet: FD, 51 and 4E. RGB value is (253,81,78). Sum of RGB (Red+Green+Blue) = 253+81+78=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD514E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD514E is #02AEB1. Grayscale: #848484. Windows color (decimal): -175794 or 5132797. OLE color: 5132797.

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

Color convert

RGB 253 81 78 -
CMYK 0 0.68 0.69 0.01
HSL 1.03º 0.98% 0.65% -
HSV(B) 1.03º 0.69% 0.99% -
XYZ 44.83 27.32 10.12 -
YUV 132.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 253 81 78 0 0.68 0.69 0.01 1.03 0.98 0.65
Hex FD 51 4E 0 44 45 1 1 62 41
Octal 375 121 116 0 104 105 1 1 142 101
Binary 11111101 1010001 1001110 0 1000100 1000101 1 1 1100010 1000001

Color Harmonies of #FD514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD514E

Black with #FD514E

Text Example


Text Example

White with #FD514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD514E; }

 p { color: rgb(253,81,78); }

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

background-color css

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

 a { background-color: rgb(253,81,78); }

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

border-color css

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

 span { border-color: rgb(253,81,78); }

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