Html Css Color HEX #F2F81D Lemon

📋 copy color: '#F2F81D'

red 242 ◦ green 248 ◦ blue 29

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

Shades of Lemon #F2F81D

Tints of Lemon #F2F81D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

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

R = 46.63%
G = 47.78%
B = 5.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F2F81D (or 0xF2F81D) is known color: Lemon. HEX triplet: F2, F8 and 1D. RGB value is (242,248,29). Sum of RGB (Red+Green+Blue) = 242+248+29=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 29 (11.72% from 255 or 5.59% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F81D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F81D is #0D07E2. Grayscale: #DEDEDE. Windows color (decimal): -853987 or 1964274. OLE color: 1964274.

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

Color convert

RGB 242 248 29 -
CMYK 0.02 0 0.88 0.03
HSL 61.64º 0.94% 0.54% -
HSV(B) 61.64º 0.88% 0.97% -
XYZ 70.41 86.1 14.07 -
YUV 221.24 19.51 142.81 -
System Red Green Blue C M Y K H S L
Decimal 242 248 29 0.02 0 0.88 0.03 61.64 0.94 0.54
Hex F2 F8 1D 2 0 58 3 3E 5E 36
Octal 362 370 35 2 0 130 3 76 136 66
Binary 11110010 11111000 11101 10 0 1011000 11 111110 1011110 110110

Color Harmonies of #F2F81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F81D

Black with #F2F81D

Text Example


Text Example

White with #F2F81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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