Html Css Color HEX #F98148 Coral

📋 copy color: '#F98148'

red 249 ◦ green 129 ◦ blue 72

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

Shades of Coral #F98148

Tints of Coral #F98148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16%

R = 55.33%
G = 28.67%
B = 16%

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

#F98148 (or 0xF98148) is known color: Coral. HEX triplet: F9, 81 and 48. RGB value is (249,129,72). Sum of RGB (Red+Green+Blue) = 249+129+72=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F98148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98148 is #067EB7. Grayscale: #9E9E9E. Windows color (decimal): -425656 or 4751865. OLE color: 4751865.

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

Color convert

RGB 249 129 72 -
CMYK 0 0.48 0.71 0.02
HSL 19.32º 0.94% 0.63% -
HSV(B) 19.32º 0.71% 0.98% -
XYZ 48.09 36.31 10.6 -
YUV 158.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 249 129 72 0 0.48 0.71 0.02 19.32 0.94 0.63
Hex F9 81 48 0 30 47 2 13 5E 3F
Octal 371 201 110 0 60 107 2 23 136 77
Binary 11111001 10000001 1001000 0 110000 1000111 10 10011 1011110 111111

Color Harmonies of #F98148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98148

Black with #F98148

Text Example


Text Example

White with #F98148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98148; }

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

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

background-color css

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

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

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

border-color css

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

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

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