Html Css Color HEX #F8826E Salmon

📋 copy color: '#F8826E'

red 248 ◦ green 130 ◦ blue 110

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

Shades of Salmon #F8826E

Tints of Salmon #F8826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 50.82%
G = 26.64%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8826E (or 0xF8826E) is known color: Salmon. HEX triplet: F8, 82 and 6E. RGB value is (248,130,110). Sum of RGB (Red+Green+Blue) = 248+130+110=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8826E is #077D91. Grayscale: #A3A3A3. Windows color (decimal): -490898 or 7242488. OLE color: 7242488.

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

Color convert

RGB 248 130 110 -
CMYK 0 0.48 0.56 0.03
HSL 8.7º 0.91% 0.7% -
HSV(B) 8.7º 0.56% 0.97% -
XYZ 49.51 37.05 19.29 -
YUV 163 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 248 130 110 0 0.48 0.56 0.03 8.7 0.91 0.7
Hex F8 82 6E 0 30 38 3 9 5B 46
Octal 370 202 156 0 60 70 3 11 133 106
Binary 11111000 10000010 1101110 0 110000 111000 11 1001 1011011 1000110

Color Harmonies of #F8826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8826E

Black with #F8826E

Text Example


Text Example

White with #F8826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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