#FFF00B

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

Shades of Lemon #FFF00B

Tints of Lemon #FFF00B

Color information

#FFF00B (or 0xFFF00B) is unknown color: approx Lemon. HEX triplet: FF, F0 and 0B. RGB value is (255,240,11). Sum of RGB (Red+Green+Blue) = 255+240+11=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 11 (4.69% from 255 or 2.17% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF00B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF00B is #000FF4. Grayscale: #DBDBDB. Windows color (decimal): -4085 or 782591. OLE color: 782591.

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

Color convert

RGB25524011-
CMYK00.060.960
HSL56.31º100%52.16%-
HSV(B)56.31º95.69%100%-
XYZ72.4683.612.63-
YUV218.3810.97154.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 240 (94.14% from 255) = 47.43%
BLUE value IS 11 (4.69% from 255) = 2.17%
R=50.40%
G=47.43%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552401100.060.96056.3110052.16
HexFFF0B06600386434
Octal377360130614007014464
Binary111111111111000010110110110000001110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF00B; }

 p { color: rgb(255,240,11); }

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

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

 a { background-color: rgb(255,240,11); }

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

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

 span { border-color: rgb(255,240,11); }

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