Html Css Color HEX #FFFE95 Canary

📋 copy color: '#FFFE95'

red 255 ◦ green 254 ◦ blue 149

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

Shades of Canary #FFFE95

Tints of Canary #FFFE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 22.64%

R = 38.75%
G = 38.6%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFFE95 (or 0xFFFE95) is known color: Canary. HEX triplet: FF, FE and 95. RGB value is (255,254,149). Sum of RGB (Red+Green+Blue) = 255+254+149=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 149 (58.59% from 255 or 22.64% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE95 is #00016A. Grayscale: #F2F2F2. Windows color (decimal): -363 or 9830143. OLE color: 9830143.

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

Color convert

RGB 255 254 149 -
CMYK 0 0.00 0.42 0
HSL 59.43º 1% 0.79% -
HSV(B) 59.43º 0.42% 1% -
XYZ 82.11 94.31 42.31 -
YUV 242.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 255 254 149 0 0.00 0.42 0 59.43 1 0.79
Hex FF FE 95 0 0 2A 0 3B 64 4F
Octal 377 376 225 0 0 52 0 73 144 117
Binary 11111111 11111110 10010101 0 0 101010 0 111011 1100100 1001111

Color Harmonies of #FFFE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE95

Black with #FFFE95

Text Example


Text Example

White with #FFFE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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