Html Css Color HEX #FB8360 Coral

📋 copy color: '#FB8360'

red 251 ◦ green 131 ◦ blue 96

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

Shades of Coral #FB8360

Tints of Coral #FB8360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 52.51%
G = 27.41%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB8360 (or 0xFB8360) is known color: Coral. HEX triplet: FB, 83 and 60. RGB value is (251,131,96). Sum of RGB (Red+Green+Blue) = 251+131+96=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8360 is #047C9F. Grayscale: #A3A3A3. Windows color (decimal): -294048 or 6325243. OLE color: 6325243.

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

Color convert

RGB 251 131 96 -
CMYK 0 0.48 0.62 0.02
HSL 13.55º 0.95% 0.68% -
HSV(B) 13.55º 0.62% 0.98% -
XYZ 50.01 37.59 15.69 -
YUV 162.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 251 131 96 0 0.48 0.62 0.02 13.55 0.95 0.68
Hex FB 83 60 0 30 3E 2 E 5F 44
Octal 373 203 140 0 60 76 2 16 137 104
Binary 11111011 10000011 1100000 0 110000 111110 10 1110 1011111 1000100

Color Harmonies of #FB8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8360

Black with #FB8360

Text Example


Text Example

White with #FB8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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