Html Css Color HEX #FB8249 Coral

📋 copy color: '#FB8249'

red 251 ◦ green 130 ◦ blue 73

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

Shades of Coral #FB8249

Tints of Coral #FB8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 55.29%
G = 28.63%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FB8249 (or 0xFB8249) is known color: Coral. HEX triplet: FB, 82 and 49. RGB value is (251,130,73). Sum of RGB (Red+Green+Blue) = 251+130+73=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8249 is #047DB6. Grayscale: #A0A0A0. Windows color (decimal): -294327 or 4817659. OLE color: 4817659.

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

Color convert

RGB 251 130 73 -
CMYK 0 0.48 0.71 0.02
HSL 19.21º 0.96% 0.64% -
HSV(B) 19.21º 0.71% 0.98% -
XYZ 48.97 36.96 10.86 -
YUV 159.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 251 130 73 0 0.48 0.71 0.02 19.21 0.96 0.64
Hex FB 82 49 0 30 47 2 13 60 40
Octal 373 202 111 0 60 107 2 23 140 100
Binary 11111011 10000010 1001001 0 110000 1000111 10 10011 1100000 1000000

Color Harmonies of #FB8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8249

Black with #FB8249

Text Example


Text Example

White with #FB8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8249; }

 p { color: rgb(251,130,73); }

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

background-color css

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

 a { background-color: rgb(251,130,73); }

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

border-color css

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

 span { border-color: rgb(251,130,73); }

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