Html Css Color HEX #F2F01D Lemon

📋 copy color: '#F2F01D'

red 242 ◦ green 240 ◦ blue 29

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

Shades of Lemon #F2F01D

Tints of Lemon #F2F01D

RGB

 RED value IS 242 (94.92% from 255) = 47.36%

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

 BLUE value IS 29 (11.72% from 255) = 5.68%

R = 47.36%
G = 46.97%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2F01D (or 0xF2F01D) is known color: Lemon. HEX triplet: F2, F0 and 1D. RGB value is (242,240,29). Sum of RGB (Red+Green+Blue) = 242+240+29=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 29 (11.72% from 255 or 5.68% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F01D is #0D0FE2. Grayscale: #D9D9D9. Windows color (decimal): -856035 or 1962226. OLE color: 1962226.

HSL color Cylindrical-coordinate representation of color #F2F01D: hue angle of 59.44º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2F01D is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 29 -
CMYK 0 0.01 0.88 0.05
HSL 59.44º 0.89% 0.53% -
HSV(B) 59.44º 0.88% 0.95% -
XYZ 68 81.29 13.27 -
YUV 216.54 22.16 146.16 -
System Red Green Blue C M Y K H S L
Decimal 242 240 29 0 0.01 0.88 0.05 59.44 0.89 0.53
Hex F2 F0 1D 0 1 58 5 3B 59 35
Octal 362 360 35 0 1 130 5 73 131 65
Binary 11110010 11110000 11101 0 1 1011000 101 111011 1011001 110101

Color Harmonies of #F2F01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F01D

Black with #F2F01D

Text Example


Text Example

White with #F2F01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F01D; }

 p { color: rgb(242,240,29); }

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

background-color css

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

 a { background-color: rgb(242,240,29); }

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

border-color css

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

 span { border-color: rgb(242,240,29); }

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