Html Css Color HEX #F8FF1C Lemon

📋 copy color: '#F8FF1C'

red 248 ◦ green 255 ◦ blue 28

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

Shades of Lemon #F8FF1C

Tints of Lemon #F8FF1C

RGB

 RED value IS 248 (97.27% from 255) = 46.7%

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

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

R = 46.7%
G = 48.02%
B = 5.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#F8FF1C (or 0xF8FF1C) is known color: Lemon. HEX triplet: F8, FF and 1C. RGB value is (248,255,28). Sum of RGB (Red+Green+Blue) = 248+255+28=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 28 (11.33% from 255 or 5.27% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FF1C is #0700E3. Grayscale: #E3E3E3. Windows color (decimal): -458980 or 1900536. OLE color: 1900536.

HSL color Cylindrical-coordinate representation of color #F8FF1C: hue angle of 61.85º 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 #F8FF1C is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 248 255 28 -
CMYK 0.03 0 0.89 0
HSL 61.85º 1% 0.55% -
HSV(B) 61.85º 0.89% 1% -
XYZ 74.68 91.56 14.84 -
YUV 227.03 15.68 142.96 -
System Red Green Blue C M Y K H S L
Decimal 248 255 28 0.03 0 0.89 0 61.85 1 0.55
Hex F8 FF 1C 3 0 59 0 3E 64 37
Octal 370 377 34 3 0 131 0 76 144 67
Binary 11111000 11111111 11100 11 0 1011001 0 111110 1100100 110111

Color Harmonies of #F8FF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FF1C

Black with #F8FF1C

Text Example


Text Example

White with #F8FF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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