Html Css Color HEX #F8A27D Light Salmon

📋 copy color: '#F8A27D'

red 248 ◦ green 162 ◦ blue 125

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

Shades of Light Salmon #F8A27D

Tints of Light Salmon #F8A27D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.28%

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 46.36%
G = 30.28%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8A27D (or 0xF8A27D) is known color: Light Salmon. HEX triplet: F8, A2 and 7D. RGB value is (248,162,125). Sum of RGB (Red+Green+Blue) = 248+162+125=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A27D is #075D82. Grayscale: #B7B7B7. Windows color (decimal): -482691 or 8233720. OLE color: 8233720.

HSL color Cylindrical-coordinate representation of color #F8A27D: hue angle of 18.05º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8A27D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 162 125 -
CMYK 0 0.35 0.50 0.03
HSL 18.05º 0.9% 0.73% -
HSV(B) 18.05º 0.5% 0.97% -
XYZ 55.33 47.28 25.61 -
YUV 183.5 94.99 174.01 -
System Red Green Blue C M Y K H S L
Decimal 248 162 125 0 0.35 0.50 0.03 18.05 0.9 0.73
Hex F8 A2 7D 0 23 32 3 12 5A 49
Octal 370 242 175 0 43 62 3 22 132 111
Binary 11111000 10100010 1111101 0 100011 110010 11 10010 1011010 1001001

Color Harmonies of #F8A27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A27D

Black with #F8A27D

Text Example


Text Example

White with #F8A27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A27D; }

 p { color: rgb(248,162,125); }

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

background-color css

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

 a { background-color: rgb(248,162,125); }

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

border-color css

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

 span { border-color: rgb(248,162,125); }

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