Html Css Color HEX #FDD377 Salomie

📋 copy color: '#FDD377'

red 253 ◦ green 211 ◦ blue 119

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

Shades of Salomie #FDD377

Tints of Salomie #FDD377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.41%

R = 43.4%
G = 36.19%
B = 20.41%

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

#FDD377 (or 0xFDD377) is known color: Salomie. HEX triplet: FD, D3 and 77. RGB value is (253,211,119). Sum of RGB (Red+Green+Blue) = 253+211+119=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD377 is #022C88. Grayscale: #D5D5D5. Windows color (decimal): -142473 or 7853053. OLE color: 7853053.

HSL color Cylindrical-coordinate representation of color #FDD377: hue angle of 41.19º 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 #FDD377 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 119 -
CMYK 0 0.17 0.53 0.01
HSL 41.19º 0.97% 0.73% -
HSV(B) 41.19º 0.53% 0.99% -
XYZ 67.13 68.8 27.19 -
YUV 213.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 253 211 119 0 0.17 0.53 0.01 41.19 0.97 0.73
Hex FD D3 77 0 11 35 1 29 61 49
Octal 375 323 167 0 21 65 1 51 141 111
Binary 11111101 11010011 1110111 0 10001 110101 1 101001 1100001 1001001

Color Harmonies of #FDD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD377

Black with #FDD377

Text Example


Text Example

White with #FDD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD377; }

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

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

background-color css

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

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

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

border-color css

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

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

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