Html Css Color HEX #FFF212 Lemon

📋 copy color: '#FFF212'

red 255 ◦ green 242 ◦ blue 18

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

Shades of Lemon #FFF212

Tints of Lemon #FFF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.99%

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

R = 49.51%
G = 46.99%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFF212 (or 0xFFF212) is known color: Lemon. HEX triplet: FF, F2 and 12. RGB value is (255,242,18). Sum of RGB (Red+Green+Blue) = 255+242+18=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 18 (7.42% from 255 or 3.50% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF212 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF212 is #000DED. Grayscale: #DDDDDD. Windows color (decimal): -3566 or 1241855. OLE color: 1241855.

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

Color convert

RGB 255 242 18 -
CMYK 0 0.05 0.93 0
HSL 56.71º 1% 0.54% -
HSV(B) 56.71º 0.93% 1% -
XYZ 73.1 84.81 13.09 -
YUV 220.35 13.81 152.71 -
System Red Green Blue C M Y K H S L
Decimal 255 242 18 0 0.05 0.93 0 56.71 1 0.54
Hex FF F2 12 0 5 5D 0 39 64 36
Octal 377 362 22 0 5 135 0 71 144 66
Binary 11111111 11110010 10010 0 101 1011101 0 111001 1100100 110110

Color Harmonies of #FFF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF212

Black with #FFF212

Text Example


Text Example

White with #FFF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF212; }

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

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

background-color css

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

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

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

border-color css

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

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

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