Html Css Color HEX #FFF012 Lemon

📋 copy color: '#FFF012'

red 255 ◦ green 240 ◦ blue 18

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

Shades of Lemon #FFF012

Tints of Lemon #FFF012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.51%

R = 49.71%
G = 46.78%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFF012 (or 0xFFF012) is known color: Lemon. HEX triplet: FF, F0 and 12. RGB value is (255,240,18). Sum of RGB (Red+Green+Blue) = 255+240+18=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 18 (7.42% from 255 or 3.51% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF012 is #000FED. Grayscale: #DCDCDC. Windows color (decimal): -4078 or 1241343. OLE color: 1241343.

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

Color convert

RGB 255 240 18 -
CMYK 0 0.06 0.93 0
HSL 56.2º 1% 0.54% -
HSV(B) 56.2º 0.93% 1% -
XYZ 72.51 83.62 12.89 -
YUV 219.18 14.47 153.55 -
System Red Green Blue C M Y K H S L
Decimal 255 240 18 0 0.06 0.93 0 56.2 1 0.54
Hex FF F0 12 0 6 5D 0 38 64 36
Octal 377 360 22 0 6 135 0 70 144 66
Binary 11111111 11110000 10010 0 110 1011101 0 111000 1100100 110110

Color Harmonies of #FFF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF012

Black with #FFF012

Text Example


Text Example

White with #FFF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF012; }

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

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

background-color css

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

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

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

border-color css

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

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

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