#fbf322

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

Shades of Lemon #FBF322

Tints of Lemon #FBF322

Color information

#FBF322 (or 0xFBF322) is unknown color: approx Lemon. HEX triplet: FB, F3 and 22. RGB value is (251,243,34). Sum of RGB (Red+Green+Blue) = 251+243+34=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 34 (13.67% from 255 or 6.44% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF322 is #040CDD. Grayscale: #DEDEDE. Windows color (decimal): -265438 or 2290683. OLE color: 2290683.

HSL color Cylindrical-coordinate representation of color #FBF322: hue angle of 57.79º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBF322 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB25124334-
CMYK00.030.860.02
HSL57.79º96.44%55.88%-
HSV(B)57.79º86.45%98.43%-
XYZ72.1284.7314.07-
YUV221.5722.15148.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.54%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 34 (13.67% from 255) = 6.44%
R=47.54%
G=46.02%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512433400.030.860.0257.7996.4455.88
HexFBF322035623a6038
Octal373363420312627214070
Binary11111011111100111000100111010110101110101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbf322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbf322; }

 p { color: rgb(251,243,34); }

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

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

 a { background-color: rgb(251,243,34); }

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

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

 span { border-color: rgb(251,243,34); }

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