Html Css Color HEX #F2EB1D Lemon

📋 copy color: '#F2EB1D'

red 242 ◦ green 235 ◦ blue 29

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

Shades of Lemon #F2EB1D

Tints of Lemon #F2EB1D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.44%

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

R = 47.83%
G = 46.44%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2EB1D (or 0xF2EB1D) is known color: Lemon. HEX triplet: F2, EB and 1D. RGB value is (242,235,29). Sum of RGB (Red+Green+Blue) = 242+235+29=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 29 (11.72% from 255 or 5.73% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB1D is #0D14E2. Grayscale: #D6D6D6. Windows color (decimal): -857315 or 1960946. OLE color: 1960946.

HSL color Cylindrical-coordinate representation of color #F2EB1D: hue angle of 58.03º 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 #F2EB1D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 235 29 -
CMYK 0 0.03 0.88 0.05
HSL 58.03º 0.89% 0.53% -
HSV(B) 58.03º 0.88% 0.95% -
XYZ 66.55 78.38 12.78 -
YUV 213.61 23.82 148.25 -
System Red Green Blue C M Y K H S L
Decimal 242 235 29 0 0.03 0.88 0.05 58.03 0.89 0.53
Hex F2 EB 1D 0 3 58 5 3A 59 35
Octal 362 353 35 0 3 130 5 72 131 65
Binary 11110010 11101011 11101 0 11 1011000 101 111010 1011001 110101

Color Harmonies of #F2EB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EB1D

Black with #F2EB1D

Text Example


Text Example

White with #F2EB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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