Html Css Color HEX #FDD376 Salomie

📋 copy color: '#FDD376'

red 253 ◦ green 211 ◦ blue 118

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

Shades of Salomie #FDD376

Tints of Salomie #FDD376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.25%

 BLUE value IS 118 (46.48% from 255) = 20.27%

R = 43.47%
G = 36.25%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDD376 (or 0xFDD376) is known color: Salomie. HEX triplet: FD, D3 and 76. RGB value is (253,211,118). Sum of RGB (Red+Green+Blue) = 253+211+118=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD376 is #022C89. Grayscale: #D5D5D5. Windows color (decimal): -142474 or 7787517. OLE color: 7787517.

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

Color convert

RGB 253 211 118 -
CMYK 0 0.17 0.53 0.01
HSL 41.33º 0.97% 0.73% -
HSV(B) 41.33º 0.53% 0.99% -
XYZ 67.07 68.78 26.88 -
YUV 212.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 253 211 118 0 0.17 0.53 0.01 41.33 0.97 0.73
Hex FD D3 76 0 11 35 1 29 61 49
Octal 375 323 166 0 21 65 1 51 141 111
Binary 11111101 11010011 1110110 0 10001 110101 1 101001 1100001 1001001

Color Harmonies of #FDD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD376

Black with #FDD376

Text Example


Text Example

White with #FDD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD376; }

 p { color: rgb(253,211,118); }

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

background-color css

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

 a { background-color: rgb(253,211,118); }

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

border-color css

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

 span { border-color: rgb(253,211,118); }

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