Html Css Color HEX #F8A581 Light Salmon

📋 copy color: '#F8A581'

red 248 ◦ green 165 ◦ blue 129

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

Shades of Light Salmon #F8A581

Tints of Light Salmon #F8A581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.44%

 BLUE value IS 129 (50.78% from 255) = 23.8%

R = 45.76%
G = 30.44%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F8A581 (or 0xF8A581) is known color: Light Salmon. HEX triplet: F8, A5 and 81. RGB value is (248,165,129). Sum of RGB (Red+Green+Blue) = 248+165+129=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A581 is #075A7E. Grayscale: #B9B9B9. Windows color (decimal): -481919 or 8496632. OLE color: 8496632.

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

Color convert

RGB 248 165 129 -
CMYK 0 0.33 0.48 0.03
HSL 18.15º 0.89% 0.74% -
HSV(B) 18.15º 0.48% 0.97% -
XYZ 56.13 48.45 27.16 -
YUV 185.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 248 165 129 0 0.33 0.48 0.03 18.15 0.89 0.74
Hex F8 A5 81 0 21 30 3 12 59 4A
Octal 370 245 201 0 41 60 3 22 131 112
Binary 11111000 10100101 10000001 0 100001 110000 11 10010 1011001 1001010

Color Harmonies of #F8A581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A581

Black with #F8A581

Text Example


Text Example

White with #F8A581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A581; }

 p { color: rgb(248,165,129); }

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

background-color css

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

 a { background-color: rgb(248,165,129); }

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

border-color css

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

 span { border-color: rgb(248,165,129); }

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