Html Css Color HEX #F5F214 Lemon

📋 copy color: '#F5F214'

red 245 ◦ green 242 ◦ blue 20

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

Shades of Lemon #F5F214

Tints of Lemon #F5F214

RGB

 RED value IS 245 (96.09% from 255) = 48.32%

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

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

R = 48.32%
G = 47.73%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5F214 (or 0xF5F214) is known color: Lemon. HEX triplet: F5, F2 and 14. RGB value is (245,242,20). Sum of RGB (Red+Green+Blue) = 245+242+20=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 20 (8.20% from 255 or 3.94% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F214 is #0A0DEB. Grayscale: #DADADA. Windows color (decimal): -658924 or 1372917. OLE color: 1372917.

HSL color Cylindrical-coordinate representation of color #F5F214: hue angle of 59.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5F214 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 242 20 -
CMYK 0 0.01 0.92 0.04
HSL 59.2º 0.92% 0.52% -
HSV(B) 59.2º 0.92% 0.96% -
XYZ 69.53 82.97 13.01 -
YUV 217.59 16.49 147.55 -
System Red Green Blue C M Y K H S L
Decimal 245 242 20 0 0.01 0.92 0.04 59.2 0.92 0.52
Hex F5 F2 14 0 1 5C 4 3B 5C 34
Octal 365 362 24 0 1 134 4 73 134 64
Binary 11110101 11110010 10100 0 1 1011100 100 111011 1011100 110100

Color Harmonies of #F5F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F214

Black with #F5F214

Text Example


Text Example

White with #F5F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F214; }

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

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

background-color css

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

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

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

border-color css

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

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

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