Html Css Color HEX #F1DA14 Lemon

📋 copy color: '#F1DA14'

red 241 ◦ green 218 ◦ blue 20

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

Shades of Lemon #F1DA14

Tints of Lemon #F1DA14

RGB

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

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

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

R = 50.31%
G = 45.51%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F1DA14 (or 0xF1DA14) is known color: Lemon. HEX triplet: F1, DA and 14. RGB value is (241,218,20). Sum of RGB (Red+Green+Blue) = 241+218+20=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 20 (8.20% from 255 or 4.18% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1DA14 is #0E25EB. Grayscale: #CBCBCB. Windows color (decimal): -927212 or 1366769. OLE color: 1366769.

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

Color convert

RGB 241 218 20 -
CMYK 0 0.10 0.92 0.05
HSL 53.76º 0.89% 0.51% -
HSV(B) 53.76º 0.92% 0.95% -
XYZ 61.47 68.89 10.72 -
YUV 202.31 25.12 155.6 -
System Red Green Blue C M Y K H S L
Decimal 241 218 20 0 0.10 0.92 0.05 53.76 0.89 0.51
Hex F1 DA 14 0 A 5C 5 36 59 33
Octal 361 332 24 0 12 134 5 66 131 63
Binary 11110001 11011010 10100 0 1010 1011100 101 110110 1011001 110011

Color Harmonies of #F1DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA14

Black with #F1DA14

Text Example


Text Example

White with #F1DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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