Html Css Color HEX #FEFFA2 Canary

📋 copy color: '#FEFFA2'

red 254 ◦ green 255 ◦ blue 162

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

Shades of Canary #FEFFA2

Tints of Canary #FEFFA2

RGB

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

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

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

R = 37.85%
G = 38%
B = 24.14%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FEFFA2 (or 0xFEFFA2) is known color: Canary. HEX triplet: FE, FF and A2. RGB value is (254,255,162). Sum of RGB (Red+Green+Blue) = 254+255+162=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 162 (63.67% from 255 or 24.14% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA2 is #01005D. Grayscale: #F4F4F4. Windows color (decimal): -65630 or 10682366. OLE color: 10682366.

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

Color convert

RGB 254 255 162 -
CMYK 0.00 0 0.36 0
HSL 60.65º 1% 0.82% -
HSV(B) 60.65º 0.36% 1% -
XYZ 83.15 95.2 48.18 -
YUV 244.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 254 255 162 0.00 0 0.36 0 60.65 1 0.82
Hex FE FF A2 0 0 24 0 3D 64 52
Octal 376 377 242 0 0 44 0 75 144 122
Binary 11111110 11111111 10100010 0 0 100100 0 111101 1100100 1010010

Color Harmonies of #FEFFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFA2

Black with #FEFFA2

Text Example


Text Example

White with #FEFFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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