Html Css Color HEX #F5F312 Lemon

📋 copy color: '#F5F312'

red 245 ◦ green 243 ◦ blue 18

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

Shades of Lemon #F5F312

Tints of Lemon #F5F312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.56%

R = 48.42%
G = 48.02%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5F312 (or 0xF5F312) is known color: Lemon. HEX triplet: F5, F3 and 12. RGB value is (245,243,18). Sum of RGB (Red+Green+Blue) = 245+243+18=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 18 (7.42% from 255 or 3.56% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F312 is #0A0CED. Grayscale: #DADADA. Windows color (decimal): -658670 or 1242101. OLE color: 1242101.

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

Color convert

RGB 245 243 18 -
CMYK 0 0.01 0.93 0.04
HSL 59.47º 0.92% 0.52% -
HSV(B) 59.47º 0.93% 0.96% -
XYZ 69.82 83.56 13.02 -
YUV 217.95 15.16 147.3 -
System Red Green Blue C M Y K H S L
Decimal 245 243 18 0 0.01 0.93 0.04 59.47 0.92 0.52
Hex F5 F3 12 0 1 5D 4 3B 5C 34
Octal 365 363 22 0 1 135 4 73 134 64
Binary 11110101 11110011 10010 0 1 1011101 100 111011 1011100 110100

Color Harmonies of #F5F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F312

Black with #F5F312

Text Example


Text Example

White with #F5F312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F312; }

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

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

background-color css

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

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

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

border-color css

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

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

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