Html Css Color HEX #FEFFA0 Canary

📋 copy color: '#FEFFA0'

red 254 ◦ green 255 ◦ blue 160

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

Shades of Canary #FEFFA0

Tints of Canary #FEFFA0

RGB

 RED value IS 254 (99.61% from 255) = 37.97%

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

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

R = 37.97%
G = 38.12%
B = 23.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FEFFA0 (or 0xFEFFA0) is known color: Canary. HEX triplet: FE, FF and A0. RGB value is (254,255,160). Sum of RGB (Red+Green+Blue) = 254+255+160=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 160 (62.89% from 255 or 23.92% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA0 is #01005F. Grayscale: #F4F4F4. Windows color (decimal): -65632 or 10551294. OLE color: 10551294.

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

Color convert

RGB 254 255 160 -
CMYK 0.00 0 0.37 0
HSL 60.63º 1% 0.81% -
HSV(B) 60.63º 0.37% 1% -
XYZ 82.98 95.13 47.25 -
YUV 243.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 254 255 160 0.00 0 0.37 0 60.63 1 0.81
Hex FE FF A0 0 0 25 0 3D 64 51
Octal 376 377 240 0 0 45 0 75 144 121
Binary 11111110 11111111 10100000 0 0 100101 0 111101 1100100 1010001

Color Harmonies of #FEFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFA0

Black with #FEFFA0

Text Example


Text Example

White with #FEFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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