Html Css Color HEX #F2DC15 Lemon

📋 copy color: '#F2DC15'

red 242 ◦ green 220 ◦ blue 21

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

Shades of Lemon #F2DC15

Tints of Lemon #F2DC15

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

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

R = 50.1%
G = 45.55%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2DC15 (or 0xF2DC15) is known color: Lemon. HEX triplet: F2, DC and 15. RGB value is (242,220,21). Sum of RGB (Red+Green+Blue) = 242+220+21=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC15 is #0D23EA. Grayscale: #CCCCCC. Windows color (decimal): -861163 or 1432818. OLE color: 1432818.

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

Color convert

RGB 242 220 21 -
CMYK 0 0.09 0.91 0.05
HSL 54.03º 0.89% 0.52% -
HSV(B) 54.03º 0.91% 0.95% -
XYZ 62.35 70.12 10.96 -
YUV 203.89 24.79 155.18 -
System Red Green Blue C M Y K H S L
Decimal 242 220 21 0 0.09 0.91 0.05 54.03 0.89 0.52
Hex F2 DC 15 0 9 5B 5 36 59 34
Octal 362 334 25 0 11 133 5 66 131 64
Binary 11110010 11011100 10101 0 1001 1011011 101 110110 1011001 110100

Color Harmonies of #F2DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC15

Black with #F2DC15

Text Example


Text Example

White with #F2DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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