Html Css Color HEX #FFF512 Lemon

📋 copy color: '#FFF512'

red 255 ◦ green 245 ◦ blue 18

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

Shades of Lemon #FFF512

Tints of Lemon #FFF512

RGB

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

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

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

R = 49.23%
G = 47.3%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFF512 (or 0xFFF512) is known color: Lemon. HEX triplet: FF, F5 and 12. RGB value is (255,245,18). Sum of RGB (Red+Green+Blue) = 255+245+18=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 18 (7.42% from 255 or 3.47% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF512 is #000AED. Grayscale: #DFDFDF. Windows color (decimal): -2798 or 1242623. OLE color: 1242623.

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

Color convert

RGB 255 245 18 -
CMYK 0 0.04 0.93 0
HSL 57.47º 1% 0.54% -
HSV(B) 57.47º 0.93% 1% -
XYZ 74 86.61 13.39 -
YUV 222.11 12.81 151.46 -
System Red Green Blue C M Y K H S L
Decimal 255 245 18 0 0.04 0.93 0 57.47 1 0.54
Hex FF F5 12 0 4 5D 0 39 64 36
Octal 377 365 22 0 4 135 0 71 144 66
Binary 11111111 11110101 10010 0 100 1011101 0 111001 1100100 110110

Color Harmonies of #FFF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF512

Black with #FFF512

Text Example


Text Example

White with #FFF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF512; }

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

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

background-color css

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

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

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

border-color css

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

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

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