Html Css Color HEX #FDD282 Salomie

📋 copy color: '#FDD282'

red 253 ◦ green 210 ◦ blue 130

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

Shades of Salomie #FDD282

Tints of Salomie #FDD282

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

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

R = 42.66%
G = 35.41%
B = 21.92%

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

#FDD282 (or 0xFDD282) is known color: Salomie. HEX triplet: FD, D2 and 82. RGB value is (253,210,130). Sum of RGB (Red+Green+Blue) = 253+210+130=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD282 is #022D7D. Grayscale: #D6D6D6. Windows color (decimal): -142718 or 8573693. OLE color: 8573693.

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

Color convert

RGB 253 210 130 -
CMYK 0 0.17 0.49 0.01
HSL 39.02º 0.97% 0.75% -
HSV(B) 39.02º 0.49% 0.99% -
XYZ 67.58 68.59 30.8 -
YUV 213.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 253 210 130 0 0.17 0.49 0.01 39.02 0.97 0.75
Hex FD D2 82 0 11 31 1 27 61 4B
Octal 375 322 202 0 21 61 1 47 141 113
Binary 11111101 11010010 10000010 0 10001 110001 1 100111 1100001 1001011

Color Harmonies of #FDD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD282

Black with #FDD282

Text Example


Text Example

White with #FDD282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD282; }

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

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

background-color css

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

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

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

border-color css

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

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

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