Html Css Color HEX #FB805A Coral

📋 copy color: '#FB805A'

red 251 ◦ green 128 ◦ blue 90

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

Shades of Coral #FB805A

Tints of Coral #FB805A

RGB

 RED value IS 251 (98.44% from 255) = 53.52%

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

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

R = 53.52%
G = 27.29%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB805A (or 0xFB805A) is known color: Coral. HEX triplet: FB, 80 and 5A. RGB value is (251,128,90). Sum of RGB (Red+Green+Blue) = 251+128+90=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB805A is #047FA5. Grayscale: #A0A0A0. Windows color (decimal): -294822 or 5931259. OLE color: 5931259.

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

Color convert

RGB 251 128 90 -
CMYK 0 0.49 0.64 0.02
HSL 14.16º 0.95% 0.67% -
HSV(B) 14.16º 0.64% 0.98% -
XYZ 49.35 36.69 14.15 -
YUV 160.45 88.25 192.59 -
System Red Green Blue C M Y K H S L
Decimal 251 128 90 0 0.49 0.64 0.02 14.16 0.95 0.67
Hex FB 80 5A 0 31 40 2 E 5F 43
Octal 373 200 132 0 61 100 2 16 137 103
Binary 11111011 10000000 1011010 0 110001 1000000 10 1110 1011111 1000011

Color Harmonies of #FB805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB805A

Black with #FB805A

Text Example


Text Example

White with #FB805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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