Html Css Color HEX #F1DF1A Lemon

📋 copy color: '#F1DF1A'

red 241 ◦ green 223 ◦ blue 26

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

Shades of Lemon #F1DF1A

Tints of Lemon #F1DF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.31%

R = 49.18%
G = 45.51%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1DF1A (or 0xF1DF1A) is known color: Lemon. HEX triplet: F1, DF and 1A. RGB value is (241,223,26). Sum of RGB (Red+Green+Blue) = 241+223+26=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 26 (10.55% from 255 or 5.31% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF1A is #0E20E5. Grayscale: #CECECE. Windows color (decimal): -925926 or 1761265. OLE color: 1761265.

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

Color convert

RGB 241 223 26 -
CMYK 0 0.07 0.89 0.05
HSL 54.98º 0.88% 0.52% -
HSV(B) 54.98º 0.89% 0.95% -
XYZ 62.85 71.55 11.48 -
YUV 205.92 26.46 153.02 -
System Red Green Blue C M Y K H S L
Decimal 241 223 26 0 0.07 0.89 0.05 54.98 0.88 0.52
Hex F1 DF 1A 0 7 59 5 37 58 34
Octal 361 337 32 0 7 131 5 67 130 64
Binary 11110001 11011111 11010 0 111 1011001 101 110111 1011000 110100

Color Harmonies of #F1DF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF1A

Black with #F1DF1A

Text Example


Text Example

White with #F1DF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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