Html Css Color HEX #FDFDA0 Canary

📋 copy color: '#FDFDA0'

red 253 ◦ green 253 ◦ blue 160

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

Shades of Canary #FDFDA0

Tints of Canary #FDFDA0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.99%

 BLUE value IS 160 (62.89% from 255) = 24.02%

R = 37.99%
G = 37.99%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDFDA0 (or 0xFDFDA0) is known color: Canary. HEX triplet: FD, FD and A0. RGB value is (253,253,160). Sum of RGB (Red+Green+Blue) = 253+253+160=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 160 (62.89% from 255 or 24.02% from 666); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA0 is #02025F. Grayscale: #F2F2F2. Windows color (decimal): -131680 or 10550781. OLE color: 10550781.

HSL color Cylindrical-coordinate representation of color #FDFDA0: hue angle of 60º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDFDA0 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 160 -
CMYK 0 0 0.37 0.01
HSL 60º 0.96% 0.81% -
HSV(B) 60º 0.37% 0.99% -
XYZ 81.98 93.67 47.02 -
YUV 242.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 253 253 160 0 0 0.37 0.01 60 0.96 0.81
Hex FD FD A0 0 0 25 1 3C 60 51
Octal 375 375 240 0 0 45 1 74 140 121
Binary 11111101 11111101 10100000 0 0 100101 1 111100 1100000 1010001

Color Harmonies of #FDFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDA0

Black with #FDFDA0

Text Example


Text Example

White with #FDFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDA0; }

 p { color: rgb(253,253,160); }

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

background-color css

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

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

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

border-color css

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

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

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