Html Css Color HEX #FFFFA2 Canary

📋 copy color: '#FFFFA2'

red 255 ◦ green 255 ◦ blue 162

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

Shades of Canary #FFFFA2

Tints of Canary #FFFFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 24.11%

R = 37.95%
G = 37.95%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FFFFA2 (or 0xFFFFA2) is known color: Canary. HEX triplet: FF, FF and A2. RGB value is (255,255,162). Sum of RGB (Red+Green+Blue) = 255+255+162=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 162 (63.67% from 255 or 24.11% from 672); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFA2 is #00005D. Grayscale: #F4F4F4. Windows color (decimal): -94 or 10682367. OLE color: 10682367.

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

Color convert

RGB 255 255 162 -
CMYK 0 0 0.36 0
HSL 60º 1% 0.82% -
HSV(B) 60º 0.36% 1% -
XYZ 83.52 95.39 48.19 -
YUV 244.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 255 255 162 0 0 0.36 0 60 1 0.82
Hex FF FF A2 0 0 24 0 3C 64 52
Octal 377 377 242 0 0 44 0 74 144 122
Binary 11111111 11111111 10100010 0 0 100100 0 111100 1100100 1010010

Color Harmonies of #FFFFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFFA2

Black with #FFFFA2

Text Example


Text Example

White with #FFFFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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