Html Css Color HEX #F2E415 Lemon

📋 copy color: '#F2E415'

red 242 ◦ green 228 ◦ blue 21

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

Shades of Lemon #F2E415

Tints of Lemon #F2E415

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.44%

 BLUE value IS 21 (8.59% from 255) = 4.28%

R = 49.29%
G = 46.44%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2E415 (or 0xF2E415) is known color: Lemon. HEX triplet: F2, E4 and 15. RGB value is (242,228,21). Sum of RGB (Red+Green+Blue) = 242+228+21=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E415 is #0D1BEA. Grayscale: #D1D1D1. Windows color (decimal): -859115 or 1434866. OLE color: 1434866.

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

Color convert

RGB 242 228 21 -
CMYK 0 0.06 0.91 0.05
HSL 56.2º 0.89% 0.52% -
HSV(B) 56.2º 0.91% 0.95% -
XYZ 64.5 74.42 11.67 -
YUV 208.59 22.14 151.83 -
System Red Green Blue C M Y K H S L
Decimal 242 228 21 0 0.06 0.91 0.05 56.2 0.89 0.52
Hex F2 E4 15 0 6 5B 5 38 59 34
Octal 362 344 25 0 6 133 5 70 131 64
Binary 11110010 11100100 10101 0 110 1011011 101 111000 1011001 110100

Color Harmonies of #F2E415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E415

Black with #F2E415

Text Example


Text Example

White with #F2E415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E415; }

 p { color: rgb(242,228,21); }

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

background-color css

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

 a { background-color: rgb(242,228,21); }

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

border-color css

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

 span { border-color: rgb(242,228,21); }

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