Html Css Color HEX #FE8766 Salmon

📋 copy color: '#FE8766'

red 254 ◦ green 135 ◦ blue 102

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

Shades of Salmon #FE8766

Tints of Salmon #FE8766

RGB

 RED value IS 254 (99.61% from 255) = 51.73%

 GREEN value IS 135 (53.13% from 255) = 27.49%

 BLUE value IS 102 (40.23% from 255) = 20.77%

R = 51.73%
G = 27.49%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE8766 (or 0xFE8766) is known color: Salmon. HEX triplet: FE, 87 and 66. RGB value is (254,135,102). Sum of RGB (Red+Green+Blue) = 254+135+102=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8766 is #017899. Grayscale: #A7A7A7. Windows color (decimal): -96410 or 6719486. OLE color: 6719486.

HSL color Cylindrical-coordinate representation of color #FE8766: hue angle of 13.03º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE8766 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 135 102 -
CMYK 0 0.47 0.60 0.00
HSL 13.03º 0.99% 0.7% -
HSV(B) 13.03º 0.6% 1% -
XYZ 51.94 39.36 17.43 -
YUV 166.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 254 135 102 0 0.47 0.60 0.00 13.03 0.99 0.7
Hex FE 87 66 0 2F 3C 0 D 63 46
Octal 376 207 146 0 57 74 0 15 143 106
Binary 11111110 10000111 1100110 0 101111 111100 0 1101 1100011 1000110

Color Harmonies of #FE8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8766

Black with #FE8766

Text Example


Text Example

White with #FE8766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8766; }

 p { color: rgb(254,135,102); }

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

background-color css

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

 a { background-color: rgb(254,135,102); }

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

border-color css

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

 span { border-color: rgb(254,135,102); }

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