Html Css Color HEX #FA8467 Salmon

📋 copy color: '#FA8467'

red 250 ◦ green 132 ◦ blue 103

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

Shades of Salmon #FA8467

Tints of Salmon #FA8467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.22%

 BLUE value IS 103 (40.63% from 255) = 21.24%

R = 51.55%
G = 27.22%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA8467 (or 0xFA8467) is known color: Salmon. HEX triplet: FA, 84 and 67. RGB value is (250,132,103). Sum of RGB (Red+Green+Blue) = 250+132+103=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8467 is #057B98. Grayscale: #A4A4A4. Windows color (decimal): -359321 or 6784250. OLE color: 6784250.

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

Color convert

RGB 250 132 103 -
CMYK 0 0.47 0.59 0.02
HSL 11.84º 0.94% 0.69% -
HSV(B) 11.84º 0.59% 0.98% -
XYZ 50.12 37.81 17.49 -
YUV 163.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 250 132 103 0 0.47 0.59 0.02 11.84 0.94 0.69
Hex FA 84 67 0 2F 3B 2 C 5E 45
Octal 372 204 147 0 57 73 2 14 136 105
Binary 11111010 10000100 1100111 0 101111 111011 10 1100 1011110 1000101

Color Harmonies of #FA8467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8467

Black with #FA8467

Text Example


Text Example

White with #FA8467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8467; }

 p { color: rgb(250,132,103); }

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

background-color css

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

 a { background-color: rgb(250,132,103); }

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

border-color css

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

 span { border-color: rgb(250,132,103); }

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