Html Css Color HEX #FD514C Sunset Orange

📋 copy color: '#FD514C'

red 253 ◦ green 81 ◦ blue 76

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

Shades of Sunset Orange #FD514C

Tints of Sunset Orange #FD514C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 61.71%
G = 19.76%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD514C (or 0xFD514C) is known color: Sunset Orange. HEX triplet: FD, 51 and 4C. RGB value is (253,81,76). Sum of RGB (Red+Green+Blue) = 253+81+76=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD514C is #02AEB3. Grayscale: #848484. Windows color (decimal): -175796 or 5001725. OLE color: 5001725.

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

Color convert

RGB 253 81 76 -
CMYK 0 0.68 0.70 0.01
HSL 1.69º 0.98% 0.65% -
HSV(B) 1.69º 0.7% 0.99% -
XYZ 44.75 27.29 9.75 -
YUV 131.86 96.48 214.41 -
System Red Green Blue C M Y K H S L
Decimal 253 81 76 0 0.68 0.70 0.01 1.69 0.98 0.65
Hex FD 51 4C 0 44 46 1 2 62 41
Octal 375 121 114 0 104 106 1 2 142 101
Binary 11111101 1010001 1001100 0 1000100 1000110 1 10 1100010 1000001

Color Harmonies of #FD514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD514C

Black with #FD514C

Text Example


Text Example

White with #FD514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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