Html Css Color HEX #F28368 Salmon

📋 copy color: '#F28368'

red 242 ◦ green 131 ◦ blue 104

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

Shades of Salmon #F28368

Tints of Salmon #F28368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.8%

R = 50.73%
G = 27.46%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F28368 (or 0xF28368) is known color: Salmon. HEX triplet: F2, 83 and 68. RGB value is (242,131,104). Sum of RGB (Red+Green+Blue) = 242+131+104=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F28368 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28368 is #0D7C97. Grayscale: #A1A1A1. Windows color (decimal): -883864 or 6849522. OLE color: 6849522.

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

Color convert

RGB 242 131 104 -
CMYK 0 0.46 0.57 0.05
HSL 11.74º 0.84% 0.68% -
HSV(B) 11.74º 0.57% 0.95% -
XYZ 47.23 36.11 17.58 -
YUV 161.11 95.77 185.7 -
System Red Green Blue C M Y K H S L
Decimal 242 131 104 0 0.46 0.57 0.05 11.74 0.84 0.68
Hex F2 83 68 0 2E 39 5 C 54 44
Octal 362 203 150 0 56 71 5 14 124 104
Binary 11110010 10000011 1101000 0 101110 111001 101 1100 1010100 1000100

Color Harmonies of #F28368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28368

Black with #F28368

Text Example


Text Example

White with #F28368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28368; }

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

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

background-color css

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

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

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

border-color css

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

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

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