Html Css Color HEX #F2DC17 Lemon

📋 copy color: '#F2DC17'

red 242 ◦ green 220 ◦ blue 23

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

Shades of Lemon #F2DC17

Tints of Lemon #F2DC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.74%

R = 49.9%
G = 45.36%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2DC17 (or 0xF2DC17) is known color: Lemon. HEX triplet: F2, DC and 17. RGB value is (242,220,23). Sum of RGB (Red+Green+Blue) = 242+220+23=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 23 (9.38% from 255 or 4.74% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC17 is #0D23E8. Grayscale: #CCCCCC. Windows color (decimal): -861161 or 1563890. OLE color: 1563890.

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

Color convert

RGB 242 220 23 -
CMYK 0 0.09 0.90 0.05
HSL 53.97º 0.89% 0.52% -
HSV(B) 53.97º 0.9% 0.95% -
XYZ 62.37 70.13 11.06 -
YUV 204.12 25.79 155.02 -
System Red Green Blue C M Y K H S L
Decimal 242 220 23 0 0.09 0.90 0.05 53.97 0.89 0.52
Hex F2 DC 17 0 9 5A 5 36 59 34
Octal 362 334 27 0 11 132 5 66 131 64
Binary 11110010 11011100 10111 0 1001 1011010 101 110110 1011001 110100

Color Harmonies of #F2DC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC17

Black with #F2DC17

Text Example


Text Example

White with #F2DC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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