Html Css Color HEX #FFFA96 Canary

📋 copy color: '#FFFA96'

red 255 ◦ green 250 ◦ blue 150

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

Shades of Canary #FFFA96

Tints of Canary #FFFA96

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

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

R = 38.93%
G = 38.17%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFFA96 (or 0xFFFA96) is known color: Canary. HEX triplet: FF, FA and 96. RGB value is (255,250,150). Sum of RGB (Red+Green+Blue) = 255+250+150=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 150 (58.98% from 255 or 22.90% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA96 is #000569. Grayscale: #F0F0F0. Windows color (decimal): -1386 or 9894655. OLE color: 9894655.

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

Color convert

RGB 255 250 150 -
CMYK 0 0.02 0.41 0
HSL 57.14º 1% 0.79% -
HSV(B) 57.14º 0.41% 1% -
XYZ 80.93 91.83 42.31 -
YUV 240.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 255 250 150 0 0.02 0.41 0 57.14 1 0.79
Hex FF FA 96 0 2 29 0 39 64 4F
Octal 377 372 226 0 2 51 0 71 144 117
Binary 11111111 11111010 10010110 0 10 101001 0 111001 1100100 1001111

Color Harmonies of #FFFA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA96

Black with #FFFA96

Text Example


Text Example

White with #FFFA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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