Html Css Color HEX #F1DF1B Lemon

📋 copy color: '#F1DF1B'

red 241 ◦ green 223 ◦ blue 27

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

Shades of Lemon #F1DF1B

Tints of Lemon #F1DF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.5%

R = 49.08%
G = 45.42%
B = 5.5%

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

#F1DF1B (or 0xF1DF1B) is known color: Lemon. HEX triplet: F1, DF and 1B. RGB value is (241,223,27). Sum of RGB (Red+Green+Blue) = 241+223+27=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF1B is #0E20E4. Grayscale: #CECECE. Windows color (decimal): -925925 or 1826801. OLE color: 1826801.

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

Color convert

RGB 241 223 27 -
CMYK 0 0.07 0.89 0.05
HSL 54.95º 0.88% 0.53% -
HSV(B) 54.95º 0.89% 0.95% -
XYZ 62.86 71.56 11.54 -
YUV 206.04 26.96 152.94 -
System Red Green Blue C M Y K H S L
Decimal 241 223 27 0 0.07 0.89 0.05 54.95 0.88 0.53
Hex F1 DF 1B 0 7 59 5 37 58 35
Octal 361 337 33 0 7 131 5 67 130 65
Binary 11110001 11011111 11011 0 111 1011001 101 110111 1011000 110101

Color Harmonies of #F1DF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF1B

Black with #F1DF1B

Text Example


Text Example

White with #F1DF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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