#fbf30c

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

Shades of Lemon #FBF30C

Tints of Lemon #FBF30C

Color information

#FBF30C (or 0xFBF30C) is unknown color: approx Lemon. HEX triplet: FB, F3 and 0C. RGB value is (251,243,12). Sum of RGB (Red+Green+Blue) = 251+243+12=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 12 (5.08% from 255 or 2.37% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF30C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF30C is #040CF3. Grayscale: #DBDBDB. Windows color (decimal): -265460 or 848891. OLE color: 848891.

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

Color convert

RGB25124312-
CMYK00.030.950.02
HSL57.99º96.76%51.57%-
HSV(B)57.99º95.22%98.43%-
XYZ71.984.6412.89-
YUV219.0611.15150.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.60%
GREEN value IS 243 (95.31% from 255) = 48.02%
BLUE value IS 12 (5.08% from 255) = 2.37%
R=49.60%
G=48.02%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512431200.030.950.0257.9996.7651.57
HexFBF3C035F23a6134
Octal373363140313727214164
Binary111110111111001111000111011111101110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbf30c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbf30c; }

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

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

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

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

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

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

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

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