Html Css Color HEX #FFFF1C Lemon

📋 copy color: '#FFFF1C'

red 255 ◦ green 255 ◦ blue 28

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

Shades of Lemon #FFFF1C

Tints of Lemon #FFFF1C

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 255 (100% from 255) = 47.4%

 BLUE value IS 28 (11.33% from 255) = 5.2%

R = 47.4%
G = 47.4%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFFF1C (or 0xFFFF1C) is known color: Lemon. HEX triplet: FF, FF and 1C. RGB value is (255,255,28). Sum of RGB (Red+Green+Blue) = 255+255+28=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 28 (11.33% from 255 or 5.20% from 538); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFF1C is #0000E3. Grayscale: #E6E6E6. Windows color (decimal): -228 or 1900543. OLE color: 1900543.

HSL color Cylindrical-coordinate representation of color #FFFF1C: hue angle of 60º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFFF1C is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 255 28 -
CMYK 0 0 0.89 0
HSL 60º 1% 0.55% -
HSV(B) 60º 0.89% 1% -
XYZ 77.21 92.86 14.95 -
YUV 229.12 14.5 146.46 -
System Red Green Blue C M Y K H S L
Decimal 255 255 28 0 0 0.89 0 60 1 0.55
Hex FF FF 1C 0 0 59 0 3C 64 37
Octal 377 377 34 0 0 131 0 74 144 67
Binary 11111111 11111111 11100 0 0 1011001 0 111100 1100100 110111

Color Harmonies of #FFFF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFF1C

Black with #FFFF1C

Text Example


Text Example

White with #FFFF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFF1C; }

 p { color: rgb(255,255,28); }

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

background-color css

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

 a { background-color: rgb(255,255,28); }

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

border-color css

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

 span { border-color: rgb(255,255,28); }

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