Html Css Color HEX #FFFDA0 Canary

📋 copy color: '#FFFDA0'

red 255 ◦ green 253 ◦ blue 160

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

Shades of Canary #FFFDA0

Tints of Canary #FFFDA0

RGB

 RED value IS 255 (100% from 255) = 38.17%

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

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

R = 38.17%
G = 37.87%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFFDA0 (or 0xFFFDA0) is known color: Canary. HEX triplet: FF, FD and A0. RGB value is (255,253,160). Sum of RGB (Red+Green+Blue) = 255+253+160=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 160 (62.89% from 255 or 23.95% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDA0 is #00025F. Grayscale: #F3F3F3. Windows color (decimal): -608 or 10550783. OLE color: 10550783.

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

Color convert

RGB 255 253 160 -
CMYK 0 0.01 0.37 0
HSL 58.74º 1% 0.81% -
HSV(B) 58.74º 0.37% 1% -
XYZ 82.71 94.05 47.05 -
YUV 243 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 255 253 160 0 0.01 0.37 0 58.74 1 0.81
Hex FF FD A0 0 1 25 0 3B 64 51
Octal 377 375 240 0 1 45 0 73 144 121
Binary 11111111 11111101 10100000 0 1 100101 0 111011 1100100 1010001

Color Harmonies of #FFFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDA0

Black with #FFFDA0

Text Example


Text Example

White with #FFFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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