Html Css Color HEX #F5F309 Lemon

📋 copy color: '#F5F309'

red 245 ◦ green 243 ◦ blue 9

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

Shades of Lemon #F5F309

Tints of Lemon #F5F309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.81%

R = 49.3%
G = 48.89%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5F309 (or 0xF5F309) is known color: Lemon. HEX triplet: F5, F3 and 09. RGB value is (245,243,9). Sum of RGB (Red+Green+Blue) = 245+243+9=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 9 (3.91% from 255 or 1.81% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F309 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F309 is #0A0CF6. Grayscale: #D9D9D9. Windows color (decimal): -658679 or 652277. OLE color: 652277.

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

Color convert

RGB 245 243 9 -
CMYK 0 0.01 0.96 0.04
HSL 59.49º 0.93% 0.5% -
HSV(B) 59.49º 0.96% 0.96% -
XYZ 69.76 83.53 12.71 -
YUV 216.92 10.66 148.03 -
System Red Green Blue C M Y K H S L
Decimal 245 243 9 0 0.01 0.96 0.04 59.49 0.93 0.5
Hex F5 F3 9 0 1 60 4 3B 5D 32
Octal 365 363 11 0 1 140 4 73 135 62
Binary 11110101 11110011 1001 0 1 1100000 100 111011 1011101 110010

Color Harmonies of #F5F309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F309

Black with #F5F309

Text Example


Text Example

White with #F5F309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F309; }

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

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

background-color css

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

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

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

border-color css

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

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

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