Html Css Color HEX #FFF00B Lemon

📋 copy color: '#FFF00B'

red 255 ◦ green 240 ◦ blue 11

#FFF00B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FFF00B

Tints of Lemon #FFF00B

RGB

 RED value IS 255 (100% from 255) = 50.4%

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 11 (4.69% from 255) = 2.17%

R = 50.4%
G = 47.43%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFF00B (or 0xFFF00B) is known color: 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

RGB 255 240 11 -
CMYK 0 0.06 0.96 0
HSL 56.31º 1% 0.52% -
HSV(B) 56.31º 0.96% 1% -
XYZ 72.46 83.6 12.63 -
YUV 218.38 10.97 154.12 -
System Red Green Blue C M Y K H S L
Decimal 255 240 11 0 0.06 0.96 0 56.31 1 0.52
Hex FF F0 B 0 6 60 0 38 64 34
Octal 377 360 13 0 6 140 0 70 144 64
Binary 11111111 11110000 1011 0 110 1100000 0 111000 1100100 110100

Color Harmonies of #FFF00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF00B

Black with #FFF00B

Text Example


Text Example

White with #FFF00B

Text Example


Text Example

HTML Codes & Css Web 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>