Html Css Color HEX #F1DE16 Lemon

📋 copy color: '#F1DE16'

red 241 ◦ green 222 ◦ blue 22

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

Shades of Lemon #F1DE16

Tints of Lemon #F1DE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.54%

R = 49.69%
G = 45.77%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F1DE16 (or 0xF1DE16) is known color: Lemon. HEX triplet: F1, DE and 16. RGB value is (241,222,22). Sum of RGB (Red+Green+Blue) = 241+222+22=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DE16 is #0E21E9. Grayscale: #CDCDCD. Windows color (decimal): -926186 or 1498865. OLE color: 1498865.

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

Color convert

RGB 241 222 22 -
CMYK 0 0.08 0.91 0.05
HSL 54.79º 0.89% 0.52% -
HSV(B) 54.79º 0.91% 0.95% -
XYZ 62.54 71 11.17 -
YUV 204.88 24.79 153.76 -
System Red Green Blue C M Y K H S L
Decimal 241 222 22 0 0.08 0.91 0.05 54.79 0.89 0.52
Hex F1 DE 16 0 8 5B 5 37 59 34
Octal 361 336 26 0 10 133 5 67 131 64
Binary 11110001 11011110 10110 0 1000 1011011 101 110111 1011001 110100

Color Harmonies of #F1DE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DE16

Black with #F1DE16

Text Example


Text Example

White with #F1DE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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