Html Css Color HEX #F2DD17 Lemon

📋 copy color: '#F2DD17'

red 242 ◦ green 221 ◦ blue 23

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

Shades of Lemon #F2DD17

Tints of Lemon #F2DD17

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

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

R = 49.79%
G = 45.47%
B = 4.73%

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

#F2DD17 (or 0xF2DD17) is known color: Lemon. HEX triplet: F2, DD and 17. RGB value is (242,221,23). Sum of RGB (Red+Green+Blue) = 242+221+23=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 23 (9.38% from 255 or 4.73% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD17 is #0D22E8. Grayscale: #CDCDCD. Windows color (decimal): -860905 or 1564146. OLE color: 1564146.

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

Color convert

RGB 242 221 23 -
CMYK 0 0.09 0.90 0.05
HSL 54.25º 0.89% 0.52% -
HSV(B) 54.25º 0.9% 0.95% -
XYZ 62.63 70.65 11.15 -
YUV 204.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 242 221 23 0 0.09 0.90 0.05 54.25 0.89 0.52
Hex F2 DD 17 0 9 5A 5 36 59 34
Octal 362 335 27 0 11 132 5 66 131 64
Binary 11110010 11011101 10111 0 1001 1011010 101 110110 1011001 110100

Color Harmonies of #F2DD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD17

Black with #F2DD17

Text Example


Text Example

White with #F2DD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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