Html Css Color HEX #F28366 Salmon

📋 copy color: '#F28366'

red 242 ◦ green 131 ◦ blue 102

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

Shades of Salmon #F28366

Tints of Salmon #F28366

RGB

 RED value IS 242 (94.92% from 255) = 50.95%

 GREEN value IS 131 (51.56% from 255) = 27.58%

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 50.95%
G = 27.58%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F28366 (or 0xF28366) is known color: Salmon. HEX triplet: F2, 83 and 66. RGB value is (242,131,102). Sum of RGB (Red+Green+Blue) = 242+131+102=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28366 is #0D7C99. Grayscale: #A1A1A1. Windows color (decimal): -883866 or 6718450. OLE color: 6718450.

HSL color Cylindrical-coordinate representation of color #F28366: hue angle of 12.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F28366 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 131 102 -
CMYK 0 0.46 0.58 0.05
HSL 12.43º 0.84% 0.67% -
HSV(B) 12.43º 0.58% 0.95% -
XYZ 47.13 36.07 17.05 -
YUV 160.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 242 131 102 0 0.46 0.58 0.05 12.43 0.84 0.67
Hex F2 83 66 0 2E 3A 5 C 54 43
Octal 362 203 146 0 56 72 5 14 124 103
Binary 11110010 10000011 1100110 0 101110 111010 101 1100 1010100 1000011

Color Harmonies of #F28366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28366

Black with #F28366

Text Example


Text Example

White with #F28366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28366; }

 p { color: rgb(242,131,102); }

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

background-color css

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

 a { background-color: rgb(242,131,102); }

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

border-color css

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

 span { border-color: rgb(242,131,102); }

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