Html Css Color HEX #F98246 Coral

📋 copy color: '#F98246'

red 249 ◦ green 130 ◦ blue 70

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

Shades of Coral #F98246

Tints of Coral #F98246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.59%

R = 55.46%
G = 28.95%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F98246 (or 0xF98246) is known color: Coral. HEX triplet: F9, 82 and 46. RGB value is (249,130,70). Sum of RGB (Red+Green+Blue) = 249+130+70=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F98246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98246 is #067DB9. Grayscale: #9F9F9F. Windows color (decimal): -425402 or 4621049. OLE color: 4621049.

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

Color convert

RGB 249 130 70 -
CMYK 0 0.48 0.72 0.02
HSL 20.11º 0.94% 0.63% -
HSV(B) 20.11º 0.72% 0.98% -
XYZ 48.16 36.55 10.31 -
YUV 158.74 77.92 192.38 -
System Red Green Blue C M Y K H S L
Decimal 249 130 70 0 0.48 0.72 0.02 20.11 0.94 0.63
Hex F9 82 46 0 30 48 2 14 5E 3F
Octal 371 202 106 0 60 110 2 24 136 77
Binary 11111001 10000010 1000110 0 110000 1001000 10 10100 1011110 111111

Color Harmonies of #F98246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98246

Black with #F98246

Text Example


Text Example

White with #F98246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98246; }

 p { color: rgb(249,130,70); }

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

background-color css

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

 a { background-color: rgb(249,130,70); }

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

border-color css

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

 span { border-color: rgb(249,130,70); }

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