#FFFA92

Color #FFFA92 Canary (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Canary #FFFA92

Tints of Canary #FFFA92

Color information

#FFFA92 (or 0xFFFA92) is unknown color: approx Canary. HEX triplet: FF, FA and 92. RGB value is (255,250,146). Sum of RGB (Red+Green+Blue) = 255+250+146=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 146 (57.42% from 255 or 22.43% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFA92 is #00056D. Grayscale: #F0F0F0. Windows color (decimal): -1390 or 9632511. OLE color: 9632511.

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

Color convert

RGB255250146-
CMYK00.020.430
HSL57.25º100%78.63%-
HSV(B)57.25º42.75%100%-
XYZ80.6191.7140.65-
YUV239.6475.16138.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 146 (57.42% from 255) = 22.43%
R=39.17%
G=38.40%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525014600.020.43057.2510078.63
HexFFFA92022B039644f
Octal3773722220253071144117
Binary111111111111101010010010010101011011100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFA92; }

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

 H1.HeaderClassName
 {
   color: #FFFA92;
 }
 .AnyTagClassName
 {
   color: #FFFA92;
 }
</style>
background-color css

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

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

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

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

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

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