Html Css Color HEX #F98348 Coral

📋 copy color: '#F98348'

red 249 ◦ green 131 ◦ blue 72

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

Shades of Coral #F98348

Tints of Coral #F98348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

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

R = 55.09%
G = 28.98%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F98348 (or 0xF98348) is known color: Coral. HEX triplet: F9, 83 and 48. RGB value is (249,131,72). Sum of RGB (Red+Green+Blue) = 249+131+72=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F98348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98348 is #067CB7. Grayscale: #9F9F9F. Windows color (decimal): -425144 or 4752377. OLE color: 4752377.

HSL color Cylindrical-coordinate representation of color #F98348: hue angle of 20º 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 #F98348 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 131 72 -
CMYK 0 0.47 0.71 0.02
HSL 20º 0.94% 0.63% -
HSV(B) 20º 0.71% 0.98% -
XYZ 48.35 36.84 10.69 -
YUV 159.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 249 131 72 0 0.47 0.71 0.02 20 0.94 0.63
Hex F9 83 48 0 2F 47 2 14 5E 3F
Octal 371 203 110 0 57 107 2 24 136 77
Binary 11111001 10000011 1001000 0 101111 1000111 10 10100 1011110 111111

Color Harmonies of #F98348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98348

Black with #F98348

Text Example


Text Example

White with #F98348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98348; }

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

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

background-color css

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

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

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

border-color css

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

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

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