Html Css Color HEX #FA8268 Salmon

📋 copy color: '#FA8268'

red 250 ◦ green 130 ◦ blue 104

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

Shades of Salmon #FA8268

Tints of Salmon #FA8268

RGB

 RED value IS 250 (98.05% from 255) = 51.65%

 GREEN value IS 130 (51.17% from 255) = 26.86%

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

R = 51.65%
G = 26.86%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA8268 (or 0xFA8268) is known color: Salmon. HEX triplet: FA, 82 and 68. RGB value is (250,130,104). Sum of RGB (Red+Green+Blue) = 250+130+104=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8268 is #057D97. Grayscale: #A3A3A3. Windows color (decimal): -359832 or 6849274. OLE color: 6849274.

HSL color Cylindrical-coordinate representation of color #FA8268: hue angle of 10.68º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA8268 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 130 104 -
CMYK 0 0.48 0.58 0.02
HSL 10.68º 0.94% 0.69% -
HSV(B) 10.68º 0.58% 0.98% -
XYZ 49.91 37.29 17.66 -
YUV 162.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 250 130 104 0 0.48 0.58 0.02 10.68 0.94 0.69
Hex FA 82 68 0 30 3A 2 B 5E 45
Octal 372 202 150 0 60 72 2 13 136 105
Binary 11111010 10000010 1101000 0 110000 111010 10 1011 1011110 1000101

Color Harmonies of #FA8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8268

Black with #FA8268

Text Example


Text Example

White with #FA8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8268; }

 p { color: rgb(250,130,104); }

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

background-color css

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

 a { background-color: rgb(250,130,104); }

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

border-color css

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

 span { border-color: rgb(250,130,104); }

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