Html Css Color HEX #FFF50B Lemon

📋 copy color: '#FFF50B'

red 255 ◦ green 245 ◦ blue 11

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

Shades of Lemon #FFF50B

Tints of Lemon #FFF50B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.95%

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

R = 49.9%
G = 47.95%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFF50B (or 0xFFF50B) is known color: Lemon. HEX triplet: FF, F5 and 0B. RGB value is (255,245,11). Sum of RGB (Red+Green+Blue) = 255+245+11=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 11 (4.69% from 255 or 2.15% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF50B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF50B is #000AF4. Grayscale: #DEDEDE. Windows color (decimal): -2805 or 783871. OLE color: 783871.

HSL color Cylindrical-coordinate representation of color #FFF50B: hue angle of 57.54º 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 #FFF50B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 245 11 -
CMYK 0 0.04 0.96 0
HSL 57.54º 1% 0.52% -
HSV(B) 57.54º 0.96% 1% -
XYZ 73.95 86.59 13.13 -
YUV 221.31 9.31 152.03 -
System Red Green Blue C M Y K H S L
Decimal 255 245 11 0 0.04 0.96 0 57.54 1 0.52
Hex FF F5 B 0 4 60 0 3A 64 34
Octal 377 365 13 0 4 140 0 72 144 64
Binary 11111111 11110101 1011 0 100 1100000 0 111010 1100100 110100

Color Harmonies of #FFF50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF50B

Black with #FFF50B

Text Example


Text Example

White with #FFF50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF50B; }

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

 H1.HeaderClassName
 {
   color: #FFF50B;
 }
 .AnyTagClassName
 {
   color: #FFF50B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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