Html Css Color HEX #F2DA17 Lemon

📋 copy color: '#F2DA17'

red 242 ◦ green 218 ◦ blue 23

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

Shades of Lemon #F2DA17

Tints of Lemon #F2DA17

RGB

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

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

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

R = 50.1%
G = 45.13%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2DA17 (or 0xF2DA17) is known color: Lemon. HEX triplet: F2, DA and 17. RGB value is (242,218,23). Sum of RGB (Red+Green+Blue) = 242+218+23=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DA17 is #0D25E8. Grayscale: #CBCBCB. Windows color (decimal): -861673 or 1563378. OLE color: 1563378.

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

Color convert

RGB 242 218 23 -
CMYK 0 0.10 0.90 0.05
HSL 53.42º 0.89% 0.52% -
HSV(B) 53.42º 0.9% 0.95% -
XYZ 61.84 69.08 10.89 -
YUV 202.95 26.45 155.86 -
System Red Green Blue C M Y K H S L
Decimal 242 218 23 0 0.10 0.90 0.05 53.42 0.89 0.52
Hex F2 DA 17 0 A 5A 5 35 59 34
Octal 362 332 27 0 12 132 5 65 131 64
Binary 11110010 11011010 10111 0 1010 1011010 101 110101 1011001 110100

Color Harmonies of #F2DA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA17

Black with #F2DA17

Text Example


Text Example

White with #F2DA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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