Html Css Color HEX #F7F212 Lemon

📋 copy color: '#F7F212'

red 247 ◦ green 242 ◦ blue 18

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

Shades of Lemon #F7F212

Tints of Lemon #F7F212

RGB

 RED value IS 247 (96.88% from 255) = 48.72%

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

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

R = 48.72%
G = 47.73%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F7F212 (or 0xF7F212) is known color: Lemon. HEX triplet: F7, F2 and 12. RGB value is (247,242,18). Sum of RGB (Red+Green+Blue) = 247+242+18=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 18 (7.42% from 255 or 3.55% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F212 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F7F212 is #080DED. Grayscale: #DADADA. Windows color (decimal): -527854 or 1241847. OLE color: 1241847.

HSL color Cylindrical-coordinate representation of color #F7F212: hue angle of 58.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7F212 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 242 18 -
CMYK 0 0.02 0.93 0.03
HSL 58.69º 0.93% 0.52% -
HSV(B) 58.69º 0.93% 0.97% -
XYZ 70.22 83.32 12.95 -
YUV 217.96 15.16 148.71 -
System Red Green Blue C M Y K H S L
Decimal 247 242 18 0 0.02 0.93 0.03 58.69 0.93 0.52
Hex F7 F2 12 0 2 5D 3 3B 5D 34
Octal 367 362 22 0 2 135 3 73 135 64
Binary 11110111 11110010 10010 0 10 1011101 11 111011 1011101 110100

Color Harmonies of #F7F212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F212

Black with #F7F212

Text Example


Text Example

White with #F7F212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F212; }

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

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

background-color css

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

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

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

border-color css

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

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

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