Html Css Color HEX #F4F022 Lemon

📋 copy color: '#F4F022'

red 244 ◦ green 240 ◦ blue 34

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

Shades of Lemon #F4F022

Tints of Lemon #F4F022

RGB

 RED value IS 244 (95.7% from 255) = 47.1%

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

 BLUE value IS 34 (13.67% from 255) = 6.56%

R = 47.1%
G = 46.33%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F4F022 (or 0xF4F022) is known color: Lemon. HEX triplet: F4, F0 and 22. RGB value is (244,240,34). Sum of RGB (Red+Green+Blue) = 244+240+34=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 34 (13.67% from 255 or 6.56% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F022 is #0B0FDD. Grayscale: #DADADA. Windows color (decimal): -724958 or 2289908. OLE color: 2289908.

HSL color Cylindrical-coordinate representation of color #F4F022: hue angle of 58.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4F022 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 240 34 -
CMYK 0 0.02 0.86 0.04
HSL 58.86º 0.91% 0.55% -
HSV(B) 58.86º 0.86% 0.96% -
XYZ 68.76 81.67 13.65 -
YUV 217.71 24.33 146.75 -
System Red Green Blue C M Y K H S L
Decimal 244 240 34 0 0.02 0.86 0.04 58.86 0.91 0.55
Hex F4 F0 22 0 2 56 4 3B 5B 37
Octal 364 360 42 0 2 126 4 73 133 67
Binary 11110100 11110000 100010 0 10 1010110 100 111011 1011011 110111

Color Harmonies of #F4F022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4F022

Black with #F4F022

Text Example


Text Example

White with #F4F022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4F022; }

 p { color: rgb(244,240,34); }

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

background-color css

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

 a { background-color: rgb(244,240,34); }

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

border-color css

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

 span { border-color: rgb(244,240,34); }

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