Html Css Color HEX #FAA67F Light Salmon

📋 copy color: '#FAA67F'

red 250 ◦ green 166 ◦ blue 127

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

Shades of Light Salmon #FAA67F

Tints of Light Salmon #FAA67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.57%

 BLUE value IS 127 (50% from 255) = 23.39%

R = 46.04%
G = 30.57%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAA67F (or 0xFAA67F) is known color: Light Salmon. HEX triplet: FA, A6 and 7F. RGB value is (250,166,127). Sum of RGB (Red+Green+Blue) = 250+166+127=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA67F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA67F is #055980. Grayscale: #BABABA. Windows color (decimal): -350593 or 8365818. OLE color: 8365818.

HSL color Cylindrical-coordinate representation of color #FAA67F: hue angle of 19.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAA67F is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 127 -
CMYK 0 0.34 0.49 0.02
HSL 19.02º 0.92% 0.74% -
HSV(B) 19.02º 0.49% 0.98% -
XYZ 56.89 49.13 26.56 -
YUV 186.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 250 166 127 0 0.34 0.49 0.02 19.02 0.92 0.74
Hex FA A6 7F 0 22 31 2 13 5C 4A
Octal 372 246 177 0 42 61 2 23 134 112
Binary 11111010 10100110 1111111 0 100010 110001 10 10011 1011100 1001010

Color Harmonies of #FAA67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA67F

Black with #FAA67F

Text Example


Text Example

White with #FAA67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA67F; }

 p { color: rgb(250,166,127); }

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

background-color css

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

 a { background-color: rgb(250,166,127); }

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

border-color css

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

 span { border-color: rgb(250,166,127); }

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