Html Css Color HEX #FEFEA2 Canary

📋 copy color: '#FEFEA2'

red 254 ◦ green 254 ◦ blue 162

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

Shades of Canary #FEFEA2

Tints of Canary #FEFEA2

RGB

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

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

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

R = 37.91%
G = 37.91%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEFEA2 (or 0xFEFEA2) is known color: Canary. HEX triplet: FE, FE and A2. RGB value is (254,254,162). Sum of RGB (Red+Green+Blue) = 254+254+162=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 162 (63.67% from 255 or 24.18% from 670); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEA2 is #01015D. Grayscale: #F3F3F3. Windows color (decimal): -65886 or 10682110. OLE color: 10682110.

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

Color convert

RGB 254 254 162 -
CMYK 0 0 0.36 0.00
HSL 60º 0.98% 0.82% -
HSV(B) 60º 0.36% 1% -
XYZ 82.84 94.56 48.07 -
YUV 243.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 254 254 162 0 0 0.36 0.00 60 0.98 0.82
Hex FE FE A2 0 0 24 0 3C 62 52
Octal 376 376 242 0 0 44 0 74 142 122
Binary 11111110 11111110 10100010 0 0 100100 0 111100 1100010 1010010

Color Harmonies of #FEFEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEA2

Black with #FEFEA2

Text Example


Text Example

White with #FEFEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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