Html Css Color HEX #F28565 Salmon

📋 copy color: '#F28565'

red 242 ◦ green 133 ◦ blue 101

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

Shades of Salmon #F28565

Tints of Salmon #F28565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.94%

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 50.84%
G = 27.94%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F28565 (or 0xF28565) is known color: Salmon. HEX triplet: F2, 85 and 65. RGB value is (242,133,101). Sum of RGB (Red+Green+Blue) = 242+133+101=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F28565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28565 is #0D7A9A. Grayscale: #A2A2A2. Windows color (decimal): -883355 or 6653426. OLE color: 6653426.

HSL color Cylindrical-coordinate representation of color #F28565: hue angle of 13.62º 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 #F28565 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 101 -
CMYK 0 0.45 0.58 0.05
HSL 13.62º 0.84% 0.67% -
HSV(B) 13.62º 0.58% 0.95% -
XYZ 47.35 36.59 16.88 -
YUV 161.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 242 133 101 0 0.45 0.58 0.05 13.62 0.84 0.67
Hex F2 85 65 0 2D 3A 5 E 54 43
Octal 362 205 145 0 55 72 5 16 124 103
Binary 11110010 10000101 1100101 0 101101 111010 101 1110 1010100 1000011

Color Harmonies of #F28565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28565

Black with #F28565

Text Example


Text Example

White with #F28565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28565; }

 p { color: rgb(242,133,101); }

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

background-color css

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

 a { background-color: rgb(242,133,101); }

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

border-color css

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

 span { border-color: rgb(242,133,101); }

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