#FBFA69

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

Shades of Laser Lemon #FBFA69

Tints of Laser Lemon #FBFA69

Color information

#FBFA69 (or 0xFBFA69) is unknown color: approx Laser Lemon. HEX triplet: FB, FA and 69. RGB value is (251,250,105). Sum of RGB (Red+Green+Blue) = 251+250+105=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 105 (41.41% from 255 or 17.33% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFA69 is #040596. Grayscale: #EAEAEA. Windows color (decimal): -263575 or 6945531. OLE color: 6945531.

HSL color Cylindrical-coordinate representation of color #FBFA69: hue angle of 59.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBFA69 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251250105-
CMYK00.000.580.02
HSL59.59º94.81%69.8%-
HSV(B)59.59º58.17%98.43%-
XYZ76.5289.926.68-
YUV233.7755.33140.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 250 (98.05% from 255) = 41.25%
BLUE value IS 105 (41.41% from 255) = 17.33%
R=41.42%
G=41.25%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125010500.000.580.0259.5994.8169.8
HexFBFA69003A23c5f46
Octal3733721510072274137106
Binary11111011111110101101001001110101011110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFA69; }

 p { color: rgb(251,250,105); }

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

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

 a { background-color: rgb(251,250,105); }

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

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

 span { border-color: rgb(251,250,105); }

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