Html Css Color HEX #FD815F Coral

📋 copy color: '#FD815F'

red 253 ◦ green 129 ◦ blue 95

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

Shades of Coral #FD815F

Tints of Coral #FD815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.92%

R = 53.04%
G = 27.04%
B = 19.92%

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

#FD815F (or 0xFD815F) is known color: Coral. HEX triplet: FD, 81 and 5F. RGB value is (253,129,95). Sum of RGB (Red+Green+Blue) = 253+129+95=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD815F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD815F is #027EA0. Grayscale: #A2A2A2. Windows color (decimal): -163489 or 6259197. OLE color: 6259197.

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

Color convert

RGB 253 129 95 -
CMYK 0 0.49 0.62 0.01
HSL 12.91º 0.98% 0.68% -
HSV(B) 12.91º 0.62% 0.99% -
XYZ 50.42 37.41 15.39 -
YUV 162.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 253 129 95 0 0.49 0.62 0.01 12.91 0.98 0.68
Hex FD 81 5F 0 31 3E 1 D 62 44
Octal 375 201 137 0 61 76 1 15 142 104
Binary 11111101 10000001 1011111 0 110001 111110 1 1101 1100010 1000100

Color Harmonies of #FD815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD815F

Black with #FD815F

Text Example


Text Example

White with #FD815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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