Html Css Color HEX #FDD17E Salomie

📋 copy color: '#FDD17E'

red 253 ◦ green 209 ◦ blue 126

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

Shades of Salomie #FDD17E

Tints of Salomie #FDD17E

RGB

 RED value IS 253 (99.22% from 255) = 43.03%

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

 BLUE value IS 126 (49.61% from 255) = 21.43%

R = 43.03%
G = 35.54%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDD17E (or 0xFDD17E) is known color: Salomie. HEX triplet: FD, D1 and 7E. RGB value is (253,209,126). Sum of RGB (Red+Green+Blue) = 253+209+126=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD17E is #022E81. Grayscale: #D5D5D5. Windows color (decimal): -142978 or 8311293. OLE color: 8311293.

HSL color Cylindrical-coordinate representation of color #FDD17E: hue angle of 39.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDD17E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 209 126 -
CMYK 0 0.17 0.50 0.01
HSL 39.21º 0.97% 0.74% -
HSV(B) 39.21º 0.5% 0.99% -
XYZ 67.07 67.99 29.33 -
YUV 212.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 253 209 126 0 0.17 0.50 0.01 39.21 0.97 0.74
Hex FD D1 7E 0 11 32 1 27 61 4A
Octal 375 321 176 0 21 62 1 47 141 112
Binary 11111101 11010001 1111110 0 10001 110010 1 100111 1100001 1001010

Color Harmonies of #FDD17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD17E

Black with #FDD17E

Text Example


Text Example

White with #FDD17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD17E; }

 p { color: rgb(253,209,126); }

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

background-color css

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

 a { background-color: rgb(253,209,126); }

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

border-color css

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

 span { border-color: rgb(253,209,126); }

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