Html Css Color HEX #FFF010 Lemon

📋 copy color: '#FFF010'

red 255 ◦ green 240 ◦ blue 16

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

Shades of Lemon #FFF010

Tints of Lemon #FFF010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.13%

R = 49.9%
G = 46.97%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFF010 (or 0xFFF010) is known color: Lemon. HEX triplet: FF, F0 and 10. RGB value is (255,240,16). Sum of RGB (Red+Green+Blue) = 255+240+16=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 16 (6.64% from 255 or 3.13% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF010 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF010 is #000FEF. Grayscale: #DBDBDB. Windows color (decimal): -4080 or 1110271. OLE color: 1110271.

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

Color convert

RGB 255 240 16 -
CMYK 0 0.06 0.94 0
HSL 56.23º 1% 0.53% -
HSV(B) 56.23º 0.94% 1% -
XYZ 72.49 83.62 12.81 -
YUV 218.95 13.47 153.71 -
System Red Green Blue C M Y K H S L
Decimal 255 240 16 0 0.06 0.94 0 56.23 1 0.53
Hex FF F0 10 0 6 5E 0 38 64 35
Octal 377 360 20 0 6 136 0 70 144 65
Binary 11111111 11110000 10000 0 110 1011110 0 111000 1100100 110101

Color Harmonies of #FFF010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF010

Black with #FFF010

Text Example


Text Example

White with #FFF010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF010; }

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

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

background-color css

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

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

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

border-color css

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

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

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