Html Css Color HEX #F2EF1B Lemon

📋 copy color: '#F2EF1B'

red 242 ◦ green 239 ◦ blue 27

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

Shades of Lemon #F2EF1B

Tints of Lemon #F2EF1B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.05%

 BLUE value IS 27 (10.94% from 255) = 5.31%

R = 47.64%
G = 47.05%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2EF1B (or 0xF2EF1B) is known color: Lemon. HEX triplet: F2, EF and 1B. RGB value is (242,239,27). Sum of RGB (Red+Green+Blue) = 242+239+27=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 27 (10.94% from 255 or 5.31% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EF1B is #0D10E4. Grayscale: #D8D8D8. Windows color (decimal): -856293 or 1830898. OLE color: 1830898.

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

Color convert

RGB 242 239 27 -
CMYK 0 0.01 0.89 0.05
HSL 59.16º 0.89% 0.53% -
HSV(B) 59.16º 0.89% 0.95% -
XYZ 67.68 80.69 13.04 -
YUV 215.73 21.49 146.74 -
System Red Green Blue C M Y K H S L
Decimal 242 239 27 0 0.01 0.89 0.05 59.16 0.89 0.53
Hex F2 EF 1B 0 1 59 5 3B 59 35
Octal 362 357 33 0 1 131 5 73 131 65
Binary 11110010 11101111 11011 0 1 1011001 101 111011 1011001 110101

Color Harmonies of #F2EF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF1B

Black with #F2EF1B

Text Example


Text Example

White with #F2EF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF1B; }

 p { color: rgb(242,239,27); }

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

background-color css

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

 a { background-color: rgb(242,239,27); }

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

border-color css

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

 span { border-color: rgb(242,239,27); }

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