Html Css Color HEX #FFF214 Lemon

📋 copy color: '#FFF214'

red 255 ◦ green 242 ◦ blue 20

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

Shades of Lemon #FFF214

Tints of Lemon #FFF214

RGB

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

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

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

R = 49.32%
G = 46.81%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFF214 (or 0xFFF214) is known color: Lemon. HEX triplet: FF, F2 and 14. RGB value is (255,242,20). Sum of RGB (Red+Green+Blue) = 255+242+20=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 20 (8.20% from 255 or 3.87% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF214 is #000DEB. Grayscale: #DDDDDD. Windows color (decimal): -3564 or 1372927. OLE color: 1372927.

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

Color convert

RGB 255 242 20 -
CMYK 0 0.05 0.92 0
HSL 56.68º 1% 0.54% -
HSV(B) 56.68º 0.92% 1% -
XYZ 73.12 84.81 13.18 -
YUV 220.58 14.81 152.55 -
System Red Green Blue C M Y K H S L
Decimal 255 242 20 0 0.05 0.92 0 56.68 1 0.54
Hex FF F2 14 0 5 5C 0 39 64 36
Octal 377 362 24 0 5 134 0 71 144 66
Binary 11111111 11110010 10100 0 101 1011100 0 111001 1100100 110110

Color Harmonies of #FFF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF214

Black with #FFF214

Text Example


Text Example

White with #FFF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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