Html Css Color HEX #FEFD9A Canary

📋 copy color: '#FEFD9A'

red 254 ◦ green 253 ◦ blue 154

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

Shades of Canary #FEFD9A

Tints of Canary #FEFD9A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.28%

 BLUE value IS 154 (60.55% from 255) = 23.3%

R = 38.43%
G = 38.28%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEFD9A (or 0xFEFD9A) is known color: Canary. HEX triplet: FE, FD and 9A. RGB value is (254,253,154). Sum of RGB (Red+Green+Blue) = 254+253+154=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 154 (60.55% from 255 or 23.30% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFD9A is #010265. Grayscale: #F2F2F2. Windows color (decimal): -66150 or 10157566. OLE color: 10157566.

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

Color convert

RGB 254 253 154 -
CMYK 0 0.00 0.39 0.00
HSL 59.4º 0.98% 0.8% -
HSV(B) 59.4º 0.39% 1% -
XYZ 81.83 93.65 44.34 -
YUV 242.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 254 253 154 0 0.00 0.39 0.00 59.4 0.98 0.8
Hex FE FD 9A 0 0 27 0 3B 62 50
Octal 376 375 232 0 0 47 0 73 142 120
Binary 11111110 11111101 10011010 0 0 100111 0 111011 1100010 1010000

Color Harmonies of #FEFD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD9A

Black with #FEFD9A

Text Example


Text Example

White with #FEFD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD9A; }

 p { color: rgb(254,253,154); }

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

background-color css

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

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

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

border-color css

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

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

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