Html Css Color HEX #FED17B Salomie

📋 copy color: '#FED17B'

red 254 ◦ green 209 ◦ blue 123

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

Shades of Salomie #FED17B

Tints of Salomie #FED17B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.67%

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

R = 43.34%
G = 35.67%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FED17B (or 0xFED17B) is known color: Salomie. HEX triplet: FE, D1 and 7B. RGB value is (254,209,123). Sum of RGB (Red+Green+Blue) = 254+209+123=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED17B is #012E84. Grayscale: #D5D5D5. Windows color (decimal): -77445 or 8114686. OLE color: 8114686.

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

Color convert

RGB 254 209 123 -
CMYK 0 0.18 0.52 0.00
HSL 39.39º 0.98% 0.74% -
HSV(B) 39.39º 0.52% 1% -
XYZ 67.25 68.1 28.34 -
YUV 212.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 254 209 123 0 0.18 0.52 0.00 39.39 0.98 0.74
Hex FE D1 7B 0 12 34 0 27 62 4A
Octal 376 321 173 0 22 64 0 47 142 112
Binary 11111110 11010001 1111011 0 10010 110100 0 100111 1100010 1001010

Color Harmonies of #FED17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED17B

Black with #FED17B

Text Example


Text Example

White with #FED17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED17B; }

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

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

background-color css

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

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

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

border-color css

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

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

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