Html Css Color HEX #F1DF1D Lemon

📋 copy color: '#F1DF1D'

red 241 ◦ green 223 ◦ blue 29

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

Shades of Lemon #F1DF1D

Tints of Lemon #F1DF1D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 29 (11.72% from 255) = 5.88%

R = 48.88%
G = 45.23%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1DF1D (or 0xF1DF1D) is known color: Lemon. HEX triplet: F1, DF and 1D. RGB value is (241,223,29). Sum of RGB (Red+Green+Blue) = 241+223+29=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF1D is #0E20E2. Grayscale: #CFCFCF. Windows color (decimal): -925923 or 1957873. OLE color: 1957873.

HSL color Cylindrical-coordinate representation of color #F1DF1D: hue angle of 54.91º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1DF1D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 223 29 -
CMYK 0 0.07 0.88 0.05
HSL 54.91º 0.88% 0.53% -
HSV(B) 54.91º 0.88% 0.95% -
XYZ 62.89 71.56 11.66 -
YUV 206.27 27.96 152.77 -
System Red Green Blue C M Y K H S L
Decimal 241 223 29 0 0.07 0.88 0.05 54.91 0.88 0.53
Hex F1 DF 1D 0 7 58 5 37 58 35
Octal 361 337 35 0 7 130 5 67 130 65
Binary 11110001 11011111 11101 0 111 1011000 101 110111 1011000 110101

Color Harmonies of #F1DF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF1D

Black with #F1DF1D

Text Example


Text Example

White with #F1DF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF1D; }

 p { color: rgb(241,223,29); }

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

background-color css

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

 a { background-color: rgb(241,223,29); }

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

border-color css

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

 span { border-color: rgb(241,223,29); }

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