Html Css Color HEX #FB8155 Coral

📋 copy color: '#FB8155'

red 251 ◦ green 129 ◦ blue 85

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

Shades of Coral #FB8155

Tints of Coral #FB8155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.28%

R = 53.98%
G = 27.74%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB8155 (or 0xFB8155) is known color: Coral. HEX triplet: FB, 81 and 55. RGB value is (251,129,85). Sum of RGB (Red+Green+Blue) = 251+129+85=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8155 is #047EAA. Grayscale: #A0A0A0. Windows color (decimal): -294571 or 5603835. OLE color: 5603835.

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

Color convert

RGB 251 129 85 -
CMYK 0 0.49 0.66 0.02
HSL 15.9º 0.95% 0.66% -
HSV(B) 15.9º 0.66% 0.98% -
XYZ 49.27 36.87 13.11 -
YUV 160.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 251 129 85 0 0.49 0.66 0.02 15.9 0.95 0.66
Hex FB 81 55 0 31 42 2 10 5F 42
Octal 373 201 125 0 61 102 2 20 137 102
Binary 11111011 10000001 1010101 0 110001 1000010 10 10000 1011111 1000010

Color Harmonies of #FB8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8155

Black with #FB8155

Text Example


Text Example

White with #FB8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8155; }

 p { color: rgb(251,129,85); }

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

background-color css

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

 a { background-color: rgb(251,129,85); }

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

border-color css

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

 span { border-color: rgb(251,129,85); }

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