Html Css Color HEX #F28364 Salmon

📋 copy color: '#F28364'

red 242 ◦ green 131 ◦ blue 100

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

Shades of Salmon #F28364

Tints of Salmon #F28364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 51.16%
G = 27.7%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F28364 (or 0xF28364) is known color: Salmon. HEX triplet: F2, 83 and 64. RGB value is (242,131,100). Sum of RGB (Red+Green+Blue) = 242+131+100=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28364 is #0D7C9B. Grayscale: #A0A0A0. Windows color (decimal): -883868 or 6587378. OLE color: 6587378.

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

Color convert

RGB 242 131 100 -
CMYK 0 0.46 0.59 0.05
HSL 13.1º 0.85% 0.67% -
HSV(B) 13.1º 0.59% 0.95% -
XYZ 47.03 36.03 16.53 -
YUV 160.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 242 131 100 0 0.46 0.59 0.05 13.1 0.85 0.67
Hex F2 83 64 0 2E 3B 5 D 55 43
Octal 362 203 144 0 56 73 5 15 125 103
Binary 11110010 10000011 1100100 0 101110 111011 101 1101 1010101 1000011

Color Harmonies of #F28364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28364

Black with #F28364

Text Example


Text Example

White with #F28364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28364; }

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

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

background-color css

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

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

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

border-color css

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

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

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