Html Css Color HEX #F98150 Coral

📋 copy color: '#F98150'

red 249 ◦ green 129 ◦ blue 80

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

Shades of Coral #F98150

Tints of Coral #F98150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.47%

R = 54.37%
G = 28.17%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F98150 (or 0xF98150) is known color: Coral. HEX triplet: F9, 81 and 50. RGB value is (249,129,80). Sum of RGB (Red+Green+Blue) = 249+129+80=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F98150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98150 is #067EAF. Grayscale: #9F9F9F. Windows color (decimal): -425648 or 5276153. OLE color: 5276153.

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

Color convert

RGB 249 129 80 -
CMYK 0 0.48 0.68 0.02
HSL 17.4º 0.93% 0.65% -
HSV(B) 17.4º 0.68% 0.98% -
XYZ 48.37 36.42 12.07 -
YUV 159.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 249 129 80 0 0.48 0.68 0.02 17.4 0.93 0.65
Hex F9 81 50 0 30 44 2 11 5D 41
Octal 371 201 120 0 60 104 2 21 135 101
Binary 11111001 10000001 1010000 0 110000 1000100 10 10001 1011101 1000001

Color Harmonies of #F98150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98150

Black with #F98150

Text Example


Text Example

White with #F98150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98150; }

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

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

background-color css

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

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

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

border-color css

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

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

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