Html Css Color HEX #FDD17C Salomie

📋 copy color: '#FDD17C'

red 253 ◦ green 209 ◦ blue 124

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

Shades of Salomie #FDD17C

Tints of Salomie #FDD17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.16%

R = 43.17%
G = 35.67%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDD17C (or 0xFDD17C) is known color: Salomie. HEX triplet: FD, D1 and 7C. RGB value is (253,209,124). Sum of RGB (Red+Green+Blue) = 253+209+124=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD17C is #022E83. Grayscale: #D4D4D4. Windows color (decimal): -142980 or 8180221. OLE color: 8180221.

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

Color convert

RGB 253 209 124 -
CMYK 0 0.17 0.51 0.01
HSL 39.53º 0.97% 0.74% -
HSV(B) 39.53º 0.51% 0.99% -
XYZ 66.95 67.94 28.65 -
YUV 212.47 78.08 156.91 -
System Red Green Blue C M Y K H S L
Decimal 253 209 124 0 0.17 0.51 0.01 39.53 0.97 0.74
Hex FD D1 7C 0 11 33 1 28 61 4A
Octal 375 321 174 0 21 63 1 50 141 112
Binary 11111101 11010001 1111100 0 10001 110011 1 101000 1100001 1001010

Color Harmonies of #FDD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD17C

Black with #FDD17C

Text Example


Text Example

White with #FDD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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