Html Css Color HEX #FE8267 Salmon

📋 copy color: '#FE8267'

red 254 ◦ green 130 ◦ blue 103

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

Shades of Salmon #FE8267

Tints of Salmon #FE8267

RGB

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

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

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

R = 52.16%
G = 26.69%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE8267 (or 0xFE8267) is known color: Salmon. HEX triplet: FE, 82 and 67. RGB value is (254,130,103). Sum of RGB (Red+Green+Blue) = 254+130+103=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8267 is #017D98. Grayscale: #A4A4A4. Windows color (decimal): -97689 or 6783742. OLE color: 6783742.

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

Color convert

RGB 254 130 103 -
CMYK 0 0.49 0.59 0.00
HSL 10.73º 0.99% 0.7% -
HSV(B) 10.73º 0.59% 1% -
XYZ 51.3 38.02 17.47 -
YUV 164 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 254 130 103 0 0.49 0.59 0.00 10.73 0.99 0.7
Hex FE 82 67 0 31 3B 0 B 63 46
Octal 376 202 147 0 61 73 0 13 143 106
Binary 11111110 10000010 1100111 0 110001 111011 0 1011 1100011 1000110

Color Harmonies of #FE8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8267

Black with #FE8267

Text Example


Text Example

White with #FE8267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8267; }

 p { color: rgb(254,130,103); }

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

background-color css

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

 a { background-color: rgb(254,130,103); }

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

border-color css

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

 span { border-color: rgb(254,130,103); }

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