Html Css Color HEX #FEA67B Light Salmon

📋 copy color: '#FEA67B'

red 254 ◦ green 166 ◦ blue 123

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

Shades of Light Salmon #FEA67B

Tints of Light Salmon #FEA67B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.57%

 BLUE value IS 123 (48.44% from 255) = 22.65%

R = 46.78%
G = 30.57%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEA67B (or 0xFEA67B) is known color: Light Salmon. HEX triplet: FE, A6 and 7B. RGB value is (254,166,123). Sum of RGB (Red+Green+Blue) = 254+166+123=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA67B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA67B is #015984. Grayscale: #BBBBBB. Windows color (decimal): -88453 or 8103678. OLE color: 8103678.

HSL color Cylindrical-coordinate representation of color #FEA67B: hue angle of 19.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEA67B is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 166 123 -
CMYK 0 0.35 0.52 0.00
HSL 19.69º 0.98% 0.74% -
HSV(B) 19.69º 0.52% 1% -
XYZ 58.08 49.77 25.28 -
YUV 187.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 254 166 123 0 0.35 0.52 0.00 19.69 0.98 0.74
Hex FE A6 7B 0 23 34 0 14 62 4A
Octal 376 246 173 0 43 64 0 24 142 112
Binary 11111110 10100110 1111011 0 100011 110100 0 10100 1100010 1001010

Color Harmonies of #FEA67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA67B

Black with #FEA67B

Text Example


Text Example

White with #FEA67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA67B; }

 p { color: rgb(254,166,123); }

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

background-color css

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

 a { background-color: rgb(254,166,123); }

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

border-color css

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

 span { border-color: rgb(254,166,123); }

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