Html Css Color HEX #F8826F Salmon

📋 copy color: '#F8826F'

red 248 ◦ green 130 ◦ blue 111

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

Shades of Salmon #F8826F

Tints of Salmon #F8826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.7%

R = 50.72%
G = 26.58%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F8826F (or 0xF8826F) is known color: Salmon. HEX triplet: F8, 82 and 6F. RGB value is (248,130,111). Sum of RGB (Red+Green+Blue) = 248+130+111=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8826F is #077D90. Grayscale: #A3A3A3. Windows color (decimal): -490897 or 7308024. OLE color: 7308024.

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

Color convert

RGB 248 130 111 -
CMYK 0 0.48 0.55 0.03
HSL 8.32º 0.91% 0.7% -
HSV(B) 8.32º 0.55% 0.97% -
XYZ 49.56 37.07 19.58 -
YUV 163.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 248 130 111 0 0.48 0.55 0.03 8.32 0.91 0.7
Hex F8 82 6F 0 30 37 3 8 5B 46
Octal 370 202 157 0 60 67 3 10 133 106
Binary 11111000 10000010 1101111 0 110000 110111 11 1000 1011011 1000110

Color Harmonies of #F8826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8826F

Black with #F8826F

Text Example


Text Example

White with #F8826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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