Html Css Color HEX #FFF218 Lemon

📋 copy color: '#FFF218'

red 255 ◦ green 242 ◦ blue 24

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

Shades of Lemon #FFF218

Tints of Lemon #FFF218

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

 BLUE value IS 24 (9.77% from 255) = 4.61%

R = 48.94%
G = 46.45%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FFF218 (or 0xFFF218) is known color: Lemon. HEX triplet: FF, F2 and 18. RGB value is (255,242,24). Sum of RGB (Red+Green+Blue) = 255+242+24=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 24 (9.77% from 255 or 4.61% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF218 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF218 is #000DE7. Grayscale: #DDDDDD. Windows color (decimal): -3560 or 1635071. OLE color: 1635071.

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

Color convert

RGB 255 242 24 -
CMYK 0 0.05 0.91 0
HSL 56.62º 1% 0.55% -
HSV(B) 56.62º 0.91% 1% -
XYZ 73.16 84.83 13.38 -
YUV 221.04 16.81 152.23 -
System Red Green Blue C M Y K H S L
Decimal 255 242 24 0 0.05 0.91 0 56.62 1 0.55
Hex FF F2 18 0 5 5B 0 39 64 37
Octal 377 362 30 0 5 133 0 71 144 67
Binary 11111111 11110010 11000 0 101 1011011 0 111001 1100100 110111

Color Harmonies of #FFF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF218

Black with #FFF218

Text Example


Text Example

White with #FFF218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF218; }

 p { color: rgb(255,242,24); }

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

background-color css

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

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

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

border-color css

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

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

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