Html Css Color HEX #F5F416 Lemon

📋 copy color: '#F5F416'

red 245 ◦ green 244 ◦ blue 22

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

Shades of Lemon #F5F416

Tints of Lemon #F5F416

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.75%

 BLUE value IS 22 (8.98% from 255) = 4.31%

R = 47.95%
G = 47.75%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5F416 (or 0xF5F416) is known color: Lemon. HEX triplet: F5, F4 and 16. RGB value is (245,244,22). Sum of RGB (Red+Green+Blue) = 245+244+22=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 22 (8.98% from 255 or 4.31% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F416 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F416 is #0A0BE9. Grayscale: #DBDBDB. Windows color (decimal): -658410 or 1504501. OLE color: 1504501.

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

Color convert

RGB 245 244 22 -
CMYK 0 0.00 0.91 0.04
HSL 59.73º 0.92% 0.52% -
HSV(B) 59.73º 0.91% 0.96% -
XYZ 70.15 84.17 13.31 -
YUV 218.99 16.83 146.55 -
System Red Green Blue C M Y K H S L
Decimal 245 244 22 0 0.00 0.91 0.04 59.73 0.92 0.52
Hex F5 F4 16 0 0 5B 4 3C 5C 34
Octal 365 364 26 0 0 133 4 74 134 64
Binary 11110101 11110100 10110 0 0 1011011 100 111100 1011100 110100

Color Harmonies of #F5F416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F416

Black with #F5F416

Text Example


Text Example

White with #F5F416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F416; }

 p { color: rgb(245,244,22); }

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

background-color css

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

 a { background-color: rgb(245,244,22); }

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

border-color css

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

 span { border-color: rgb(245,244,22); }

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