Html Css Color HEX #FDD382 Salomie

📋 copy color: '#FDD382'

red 253 ◦ green 211 ◦ blue 130

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

Shades of Salomie #FDD382

Tints of Salomie #FDD382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.89%

R = 42.59%
G = 35.52%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD382 (or 0xFDD382) is known color: Salomie. HEX triplet: FD, D3 and 82. RGB value is (253,211,130). Sum of RGB (Red+Green+Blue) = 253+211+130=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD382 is #022C7D. Grayscale: #D6D6D6. Windows color (decimal): -142462 or 8573949. OLE color: 8573949.

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

Color convert

RGB 253 211 130 -
CMYK 0 0.17 0.49 0.01
HSL 39.51º 0.97% 0.75% -
HSV(B) 39.51º 0.49% 0.99% -
XYZ 67.83 69.08 30.88 -
YUV 214.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 253 211 130 0 0.17 0.49 0.01 39.51 0.97 0.75
Hex FD D3 82 0 11 31 1 28 61 4B
Octal 375 323 202 0 21 61 1 50 141 113
Binary 11111101 11010011 10000010 0 10001 110001 1 101000 1100001 1001011

Color Harmonies of #FDD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD382

Black with #FDD382

Text Example


Text Example

White with #FDD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD382; }

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

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

background-color css

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

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

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

border-color css

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

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

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