Html Css Color HEX #FE866B Salmon

📋 copy color: '#FE866B'

red 254 ◦ green 134 ◦ blue 107

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

Shades of Salmon #FE866B

Tints of Salmon #FE866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.07%

 BLUE value IS 107 (42.19% from 255) = 21.62%

R = 51.31%
G = 27.07%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE866B (or 0xFE866B) is known color: Salmon. HEX triplet: FE, 86 and 6B. RGB value is (254,134,107). Sum of RGB (Red+Green+Blue) = 254+134+107=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE866B is #017994. Grayscale: #A7A7A7. Windows color (decimal): -96661 or 7046910. OLE color: 7046910.

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

Color convert

RGB 254 134 107 -
CMYK 0 0.47 0.58 0.00
HSL 11.02º 0.99% 0.71% -
HSV(B) 11.02º 0.58% 1% -
XYZ 52.05 39.18 18.73 -
YUV 166.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 254 134 107 0 0.47 0.58 0.00 11.02 0.99 0.71
Hex FE 86 6B 0 2F 3A 0 B 63 47
Octal 376 206 153 0 57 72 0 13 143 107
Binary 11111110 10000110 1101011 0 101111 111010 0 1011 1100011 1000111

Color Harmonies of #FE866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE866B

Black with #FE866B

Text Example


Text Example

White with #FE866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE866B; }

 p { color: rgb(254,134,107); }

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

background-color css

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

 a { background-color: rgb(254,134,107); }

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

border-color css

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

 span { border-color: rgb(254,134,107); }

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