Html Css Color HEX #FFFE96 Canary

📋 copy color: '#FFFE96'

red 255 ◦ green 254 ◦ blue 150

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

Shades of Canary #FFFE96

Tints of Canary #FFFE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 22.76%

R = 38.69%
G = 38.54%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFFE96 (or 0xFFFE96) is known color: Canary. HEX triplet: FF, FE and 96. RGB value is (255,254,150). Sum of RGB (Red+Green+Blue) = 255+254+150=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 150 (58.98% from 255 or 22.76% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFE96 is #000169. Grayscale: #F2F2F2. Windows color (decimal): -362 or 9895679. OLE color: 9895679.

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

Color convert

RGB 255 254 150 -
CMYK 0 0.00 0.41 0
HSL 59.43º 1% 0.79% -
HSV(B) 59.43º 0.41% 1% -
XYZ 82.19 94.35 42.73 -
YUV 242.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 255 254 150 0 0.00 0.41 0 59.43 1 0.79
Hex FF FE 96 0 0 29 0 3B 64 4F
Octal 377 376 226 0 0 51 0 73 144 117
Binary 11111111 11111110 10010110 0 0 101001 0 111011 1100100 1001111

Color Harmonies of #FFFE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE96

Black with #FFFE96

Text Example


Text Example

White with #FFFE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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