Html Css Color HEX #FE9772 Light Salmon

📋 copy color: '#FE9772'

red 254 ◦ green 151 ◦ blue 114

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

Shades of Light Salmon #FE9772

Tints of Light Salmon #FE9772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.09%

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 48.94%
G = 29.09%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE9772 (or 0xFE9772) is known color: Light Salmon. HEX triplet: FE, 97 and 72. RGB value is (254,151,114). Sum of RGB (Red+Green+Blue) = 254+151+114=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9772 is #01688D. Grayscale: #B1B1B1. Windows color (decimal): -92302 or 7510014. OLE color: 7510014.

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

Color convert

RGB 254 151 114 -
CMYK 0 0.41 0.55 0.00
HSL 15.86º 0.99% 0.72% -
HSV(B) 15.86º 0.55% 1% -
XYZ 54.98 44.42 21.6 -
YUV 177.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 254 151 114 0 0.41 0.55 0.00 15.86 0.99 0.72
Hex FE 97 72 0 29 37 0 10 63 48
Octal 376 227 162 0 51 67 0 20 143 110
Binary 11111110 10010111 1110010 0 101001 110111 0 10000 1100011 1001000

Color Harmonies of #FE9772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9772

Black with #FE9772

Text Example


Text Example

White with #FE9772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9772; }

 p { color: rgb(254,151,114); }

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

background-color css

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

 a { background-color: rgb(254,151,114); }

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

border-color css

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

 span { border-color: rgb(254,151,114); }

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