Html Css Color HEX #F5F321 Lemon

📋 copy color: '#F5F321'

red 245 ◦ green 243 ◦ blue 33

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

Shades of Lemon #F5F321

Tints of Lemon #F5F321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.33%

R = 47.02%
G = 46.64%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5F321 (or 0xF5F321) is known color: Lemon. HEX triplet: F5, F3 and 21. RGB value is (245,243,33). Sum of RGB (Red+Green+Blue) = 245+243+33=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 33 (13.28% from 255 or 6.33% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F321 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F321 is #0A0CDE. Grayscale: #DCDCDC. Windows color (decimal): -658655 or 2225141. OLE color: 2225141.

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

Color convert

RGB 245 243 33 -
CMYK 0 0.01 0.87 0.04
HSL 59.43º 0.91% 0.55% -
HSV(B) 59.43º 0.87% 0.96% -
XYZ 69.98 83.62 13.89 -
YUV 219.66 22.66 146.08 -
System Red Green Blue C M Y K H S L
Decimal 245 243 33 0 0.01 0.87 0.04 59.43 0.91 0.55
Hex F5 F3 21 0 1 57 4 3B 5B 37
Octal 365 363 41 0 1 127 4 73 133 67
Binary 11110101 11110011 100001 0 1 1010111 100 111011 1011011 110111

Color Harmonies of #F5F321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F321

Black with #F5F321

Text Example


Text Example

White with #F5F321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F321; }

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

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

background-color css

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

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

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

border-color css

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

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

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