Html Css Color HEX #F98155 Coral

📋 copy color: '#F98155'

red 249 ◦ green 129 ◦ blue 85

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

Shades of Coral #F98155

Tints of Coral #F98155

RGB

 RED value IS 249 (97.66% from 255) = 53.78%

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

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

R = 53.78%
G = 27.86%
B = 18.36%

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

#F98155 (or 0xF98155) is known color: Coral. HEX triplet: F9, 81 and 55. RGB value is (249,129,85). Sum of RGB (Red+Green+Blue) = 249+129+85=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F98155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98155 is #067EAA. Grayscale: #A0A0A0. Windows color (decimal): -425643 or 5603833. OLE color: 5603833.

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

Color convert

RGB 249 129 85 -
CMYK 0 0.48 0.66 0.02
HSL 16.1º 0.93% 0.65% -
HSV(B) 16.1º 0.66% 0.98% -
XYZ 48.56 36.5 13.08 -
YUV 159.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 249 129 85 0 0.48 0.66 0.02 16.1 0.93 0.65
Hex F9 81 55 0 30 42 2 10 5D 41
Octal 371 201 125 0 60 102 2 20 135 101
Binary 11111001 10000001 1010101 0 110000 1000010 10 10000 1011101 1000001

Color Harmonies of #F98155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98155

Black with #F98155

Text Example


Text Example

White with #F98155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98155; }

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

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

background-color css

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

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

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

border-color css

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

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

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