Html Css Color HEX #FFFA94 Canary

📋 copy color: '#FFFA94'

red 255 ◦ green 250 ◦ blue 148

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

Shades of Canary #FFFA94

Tints of Canary #FFFA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 22.66%

R = 39.05%
G = 38.28%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFFA94 (or 0xFFFA94) is known color: Canary. HEX triplet: FF, FA and 94. RGB value is (255,250,148). Sum of RGB (Red+Green+Blue) = 255+250+148=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 148 (58.20% from 255 or 22.66% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA94 is #00056B. Grayscale: #F0F0F0. Windows color (decimal): -1388 or 9763583. OLE color: 9763583.

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

Color convert

RGB 255 250 148 -
CMYK 0 0.02 0.42 0
HSL 57.2º 1% 0.79% -
HSV(B) 57.2º 0.42% 1% -
XYZ 80.77 91.77 41.47 -
YUV 239.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 255 250 148 0 0.02 0.42 0 57.2 1 0.79
Hex FF FA 94 0 2 2A 0 39 64 4F
Octal 377 372 224 0 2 52 0 71 144 117
Binary 11111111 11111010 10010100 0 10 101010 0 111001 1100100 1001111

Color Harmonies of #FFFA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA94

Black with #FFFA94

Text Example


Text Example

White with #FFFA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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