Html Css Color HEX #FD805A Coral

📋 copy color: '#FD805A'

red 253 ◦ green 128 ◦ blue 90

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

Shades of Coral #FD805A

Tints of Coral #FD805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 53.72%
G = 27.18%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD805A (or 0xFD805A) is known color: Coral. HEX triplet: FD, 80 and 5A. RGB value is (253,128,90). Sum of RGB (Red+Green+Blue) = 253+128+90=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD805A is #027FA5. Grayscale: #A1A1A1. Windows color (decimal): -163750 or 5931261. OLE color: 5931261.

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

Color convert

RGB 253 128 90 -
CMYK 0 0.49 0.64 0.01
HSL 13.99º 0.98% 0.67% -
HSV(B) 13.99º 0.64% 0.99% -
XYZ 50.07 37.06 14.19 -
YUV 161.04 87.91 193.59 -
System Red Green Blue C M Y K H S L
Decimal 253 128 90 0 0.49 0.64 0.01 13.99 0.98 0.67
Hex FD 80 5A 0 31 40 1 E 62 43
Octal 375 200 132 0 61 100 1 16 142 103
Binary 11111101 10000000 1011010 0 110001 1000000 1 1110 1100010 1000011

Color Harmonies of #FD805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD805A

Black with #FD805A

Text Example


Text Example

White with #FD805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD805A; }

 p { color: rgb(253,128,90); }

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

background-color css

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

 a { background-color: rgb(253,128,90); }

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

border-color css

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

 span { border-color: rgb(253,128,90); }

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