Html Css Color HEX #FDD482 Salomie

📋 copy color: '#FDD482'

red 253 ◦ green 212 ◦ blue 130

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

Shades of Salomie #FDD482

Tints of Salomie #FDD482

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.63%

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

R = 42.52%
G = 35.63%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD482 (or 0xFDD482) is known color: Salomie. HEX triplet: FD, D4 and 82. RGB value is (253,212,130). Sum of RGB (Red+Green+Blue) = 253+212+130=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD482 is #022B7D. Grayscale: #D7D7D7. Windows color (decimal): -142206 or 8574205. OLE color: 8574205.

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

Color convert

RGB 253 212 130 -
CMYK 0 0.16 0.49 0.01
HSL 40º 0.97% 0.75% -
HSV(B) 40º 0.49% 0.99% -
XYZ 68.08 69.58 30.96 -
YUV 214.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 253 212 130 0 0.16 0.49 0.01 40 0.97 0.75
Hex FD D4 82 0 10 31 1 28 61 4B
Octal 375 324 202 0 20 61 1 50 141 113
Binary 11111101 11010100 10000010 0 10000 110001 1 101000 1100001 1001011

Color Harmonies of #FDD482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD482

Black with #FDD482

Text Example


Text Example

White with #FDD482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD482; }

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

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

background-color css

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

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

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

border-color css

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

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

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