Html Css Color HEX #F1DE14 Lemon

📋 copy color: '#F1DE14'

red 241 ◦ green 222 ◦ blue 20

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

Shades of Lemon #F1DE14

Tints of Lemon #F1DE14

RGB

 RED value IS 241 (94.53% from 255) = 49.9%

 GREEN value IS 222 (87.11% from 255) = 45.96%

 BLUE value IS 20 (8.2% from 255) = 4.14%

R = 49.9%
G = 45.96%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1DE14 (or 0xF1DE14) is known color: Lemon. HEX triplet: F1, DE and 14. RGB value is (241,222,20). Sum of RGB (Red+Green+Blue) = 241+222+20=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DE14 is #0E21EB. Grayscale: #CDCDCD. Windows color (decimal): -926188 or 1367793. OLE color: 1367793.

HSL color Cylindrical-coordinate representation of color #F1DE14: hue angle of 54.84º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1DE14 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 222 20 -
CMYK 0 0.08 0.92 0.05
HSL 54.84º 0.89% 0.51% -
HSV(B) 54.84º 0.92% 0.95% -
XYZ 62.52 70.99 11.07 -
YUV 204.65 23.79 153.93 -
System Red Green Blue C M Y K H S L
Decimal 241 222 20 0 0.08 0.92 0.05 54.84 0.89 0.51
Hex F1 DE 14 0 8 5C 5 37 59 33
Octal 361 336 24 0 10 134 5 67 131 63
Binary 11110001 11011110 10100 0 1000 1011100 101 110111 1011001 110011

Color Harmonies of #F1DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DE14

Black with #F1DE14

Text Example


Text Example

White with #F1DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DE14; }

 p { color: rgb(241,222,20); }

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

background-color css

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

 a { background-color: rgb(241,222,20); }

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

border-color css

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

 span { border-color: rgb(241,222,20); }

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