Html Css Color HEX #FE9C72 Light Salmon

📋 copy color: '#FE9C72'

red 254 ◦ green 156 ◦ blue 114

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

Shades of Light Salmon #FE9C72

Tints of Light Salmon #FE9C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.77%

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

R = 48.47%
G = 29.77%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE9C72 (or 0xFE9C72) is known color: Light Salmon. HEX triplet: FE, 9C and 72. RGB value is (254,156,114). Sum of RGB (Red+Green+Blue) = 254+156+114=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C72 is #01638D. Grayscale: #B4B4B4. Windows color (decimal): -91022 or 7511294. OLE color: 7511294.

HSL color Cylindrical-coordinate representation of color #FE9C72: hue angle of 18º 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 #FE9C72 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 156 114 -
CMYK 0 0.39 0.55 0.00
HSL 18º 0.99% 0.72% -
HSV(B) 18º 0.55% 1% -
XYZ 55.8 46.06 21.87 -
YUV 180.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 254 156 114 0 0.39 0.55 0.00 18 0.99 0.72
Hex FE 9C 72 0 27 37 0 12 63 48
Octal 376 234 162 0 47 67 0 22 143 110
Binary 11111110 10011100 1110010 0 100111 110111 0 10010 1100011 1001000

Color Harmonies of #FE9C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9C72

Black with #FE9C72

Text Example


Text Example

White with #FE9C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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