Html Css Color HEX #FD8160 Coral

📋 copy color: '#FD8160'

red 253 ◦ green 129 ◦ blue 96

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

Shades of Coral #FD8160

Tints of Coral #FD8160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 52.93%
G = 26.99%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD8160 (or 0xFD8160) is known color: Coral. HEX triplet: FD, 81 and 60. RGB value is (253,129,96). Sum of RGB (Red+Green+Blue) = 253+129+96=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8160 is #027E9F. Grayscale: #A2A2A2. Windows color (decimal): -163488 or 6324733. OLE color: 6324733.

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

Color convert

RGB 253 129 96 -
CMYK 0 0.49 0.62 0.01
HSL 12.61º 0.98% 0.68% -
HSV(B) 12.61º 0.62% 0.99% -
XYZ 50.47 37.43 15.63 -
YUV 162.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 253 129 96 0 0.49 0.62 0.01 12.61 0.98 0.68
Hex FD 81 60 0 31 3E 1 D 62 44
Octal 375 201 140 0 61 76 1 15 142 104
Binary 11111101 10000001 1100000 0 110001 111110 1 1101 1100010 1000100

Color Harmonies of #FD8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8160

Black with #FD8160

Text Example


Text Example

White with #FD8160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8160; }

 p { color: rgb(253,129,96); }

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

background-color css

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

 a { background-color: rgb(253,129,96); }

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

border-color css

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

 span { border-color: rgb(253,129,96); }

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