Html Css Color HEX #F2DA15 Lemon

📋 copy color: '#F2DA15'

red 242 ◦ green 218 ◦ blue 21

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

Shades of Lemon #F2DA15

Tints of Lemon #F2DA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

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

R = 50.31%
G = 45.32%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2DA15 (or 0xF2DA15) is known color: Lemon. HEX triplet: F2, DA and 15. RGB value is (242,218,21). Sum of RGB (Red+Green+Blue) = 242+218+21=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DA15 is #0D25EA. Grayscale: #CBCBCB. Windows color (decimal): -861675 or 1432306. OLE color: 1432306.

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

Color convert

RGB 242 218 21 -
CMYK 0 0.10 0.91 0.05
HSL 53.48º 0.89% 0.52% -
HSV(B) 53.48º 0.91% 0.95% -
XYZ 61.82 69.07 10.78 -
YUV 202.72 25.45 156.02 -
System Red Green Blue C M Y K H S L
Decimal 242 218 21 0 0.10 0.91 0.05 53.48 0.89 0.52
Hex F2 DA 15 0 A 5B 5 35 59 34
Octal 362 332 25 0 12 133 5 65 131 64
Binary 11110010 11011010 10101 0 1010 1011011 101 110101 1011001 110100

Color Harmonies of #F2DA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA15

Black with #F2DA15

Text Example


Text Example

White with #F2DA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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