Html Css Color HEX #FFFFA0 Canary

📋 copy color: '#FFFFA0'

red 255 ◦ green 255 ◦ blue 160

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

Shades of Canary #FFFFA0

Tints of Canary #FFFFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 38.06%

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

R = 38.06%
G = 38.06%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFFFA0 (or 0xFFFFA0) is known color: Canary. HEX triplet: FF, FF and A0. RGB value is (255,255,160). Sum of RGB (Red+Green+Blue) = 255+255+160=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 160 (62.89% from 255 or 23.88% from 670); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFA0 is #00005F. Grayscale: #F4F4F4. Windows color (decimal): -96 or 10551295. OLE color: 10551295.

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

Color convert

RGB 255 255 160 -
CMYK 0 0 0.37 0
HSL 60º 1% 0.81% -
HSV(B) 60º 0.37% 1% -
XYZ 83.35 95.32 47.26 -
YUV 244.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 255 255 160 0 0 0.37 0 60 1 0.81
Hex FF FF A0 0 0 25 0 3C 64 51
Octal 377 377 240 0 0 45 0 74 144 121
Binary 11111111 11111111 10100000 0 0 100101 0 111100 1100100 1010001

Color Harmonies of #FFFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFA0

Black with #FFFFA0

Text Example


Text Example

White with #FFFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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