Html Css Color HEX #FFFEA1 Canary

📋 copy color: '#FFFEA1'

red 255 ◦ green 254 ◦ blue 161

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

Shades of Canary #FFFEA1

Tints of Canary #FFFEA1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.91%

 BLUE value IS 161 (63.28% from 255) = 24.03%

R = 38.06%
G = 37.91%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFFEA1 (or 0xFFFEA1) is known color: Canary. HEX triplet: FF, FE and A1. RGB value is (255,254,161). Sum of RGB (Red+Green+Blue) = 255+254+161=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 161 (63.28% from 255 or 24.03% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEA1 is #00015E. Grayscale: #F4F4F4. Windows color (decimal): -351 or 10616575. OLE color: 10616575.

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

Color convert

RGB 255 254 161 -
CMYK 0 0.00 0.37 0
HSL 59.36º 1% 0.82% -
HSV(B) 59.36º 0.37% 1% -
XYZ 83.11 94.72 47.62 -
YUV 243.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 255 254 161 0 0.00 0.37 0 59.36 1 0.82
Hex FF FE A1 0 0 25 0 3B 64 52
Octal 377 376 241 0 0 45 0 73 144 122
Binary 11111111 11111110 10100001 0 0 100101 0 111011 1100100 1010010

Color Harmonies of #FFFEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFEA1

Black with #FFFEA1

Text Example


Text Example

White with #FFFEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFEA1; }

 p { color: rgb(255,254,161); }

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

background-color css

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

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

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

border-color css

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

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

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