Html Css Color HEX #FB8355 Coral

📋 copy color: '#FB8355'

red 251 ◦ green 131 ◦ blue 85

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

Shades of Coral #FB8355

Tints of Coral #FB8355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

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

R = 53.75%
G = 28.05%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB8355 (or 0xFB8355) is known color: Coral. HEX triplet: FB, 83 and 55. RGB value is (251,131,85). Sum of RGB (Red+Green+Blue) = 251+131+85=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8355 is #047CAA. Grayscale: #A1A1A1. Windows color (decimal): -294059 or 5604347. OLE color: 5604347.

HSL color Cylindrical-coordinate representation of color #FB8355: hue angle of 16.63º 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 #FB8355 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 131 85 -
CMYK 0 0.48 0.66 0.02
HSL 16.63º 0.95% 0.66% -
HSV(B) 16.63º 0.66% 0.98% -
XYZ 49.54 37.4 13.2 -
YUV 161.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 251 131 85 0 0.48 0.66 0.02 16.63 0.95 0.66
Hex FB 83 55 0 30 42 2 11 5F 42
Octal 373 203 125 0 60 102 2 21 137 102
Binary 11111011 10000011 1010101 0 110000 1000010 10 10001 1011111 1000010

Color Harmonies of #FB8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8355

Black with #FB8355

Text Example


Text Example

White with #FB8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8355; }

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

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

background-color css

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

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

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

border-color css

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

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

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