Html Css Color HEX #F5F316 Lemon

📋 copy color: '#F5F316'

red 245 ◦ green 243 ◦ blue 22

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

Shades of Lemon #F5F316

Tints of Lemon #F5F316

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.65%

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

R = 48.04%
G = 47.65%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5F316 (or 0xF5F316) is known color: Lemon. HEX triplet: F5, F3 and 16. RGB value is (245,243,22). Sum of RGB (Red+Green+Blue) = 245+243+22=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 22 (8.98% from 255 or 4.31% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F316 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F316 is #0A0CE9. Grayscale: #DBDBDB. Windows color (decimal): -658666 or 1504245. OLE color: 1504245.

HSL color Cylindrical-coordinate representation of color #F5F316: hue angle of 59.46º 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 #F5F316 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 243 22 -
CMYK 0 0.01 0.91 0.04
HSL 59.46º 0.92% 0.52% -
HSV(B) 59.46º 0.91% 0.96% -
XYZ 69.85 83.57 13.21 -
YUV 218.4 17.16 146.97 -
System Red Green Blue C M Y K H S L
Decimal 245 243 22 0 0.01 0.91 0.04 59.46 0.92 0.52
Hex F5 F3 16 0 1 5B 4 3B 5C 34
Octal 365 363 26 0 1 133 4 73 134 64
Binary 11110101 11110011 10110 0 1 1011011 100 111011 1011100 110100

Color Harmonies of #F5F316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F316

Black with #F5F316

Text Example


Text Example

White with #F5F316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F316; }

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

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

background-color css

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

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

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

border-color css

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

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

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