Html Css Color HEX #F88263 Salmon

📋 copy color: '#F88263'

red 248 ◦ green 130 ◦ blue 99

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

Shades of Salmon #F88263

Tints of Salmon #F88263

RGB

 RED value IS 248 (97.27% from 255) = 51.99%

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

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 51.99%
G = 27.25%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F88263 (or 0xF88263) is known color: Salmon. HEX triplet: F8, 82 and 63. RGB value is (248,130,99). Sum of RGB (Red+Green+Blue) = 248+130+99=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F88263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88263 is #077D9C. Grayscale: #A1A1A1. Windows color (decimal): -490909 or 6521592. OLE color: 6521592.

HSL color Cylindrical-coordinate representation of color #F88263: hue angle of 12.48º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F88263 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 130 99 -
CMYK 0 0.48 0.60 0.03
HSL 12.48º 0.91% 0.68% -
HSV(B) 12.48º 0.6% 0.97% -
XYZ 48.95 36.82 16.33 -
YUV 161.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 248 130 99 0 0.48 0.60 0.03 12.48 0.91 0.68
Hex F8 82 63 0 30 3C 3 C 5B 44
Octal 370 202 143 0 60 74 3 14 133 104
Binary 11111000 10000010 1100011 0 110000 111100 11 1100 1011011 1000100

Color Harmonies of #F88263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88263

Black with #F88263

Text Example


Text Example

White with #F88263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88263; }

 p { color: rgb(248,130,99); }

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

background-color css

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

 a { background-color: rgb(248,130,99); }

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

border-color css

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

 span { border-color: rgb(248,130,99); }

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