Html Css Color HEX #F3E014 Lemon

📋 copy color: '#F3E014'

red 243 ◦ green 224 ◦ blue 20

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

Shades of Lemon #F3E014

Tints of Lemon #F3E014

RGB

 RED value IS 243 (95.31% from 255) = 49.9%

 GREEN value IS 224 (87.89% from 255) = 46%

 BLUE value IS 20 (8.2% from 255) = 4.11%

R = 49.9%
G = 46%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F3E014 (or 0xF3E014) is known color: Lemon. HEX triplet: F3, E0 and 14. RGB value is (243,224,20). Sum of RGB (Red+Green+Blue) = 243+224+20=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E014 is #0C1FEB. Grayscale: #CFCFCF. Windows color (decimal): -794604 or 1368307. OLE color: 1368307.

HSL color Cylindrical-coordinate representation of color #F3E014: hue angle of 54.89º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3E014 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 224 20 -
CMYK 0 0.08 0.92 0.05
HSL 54.89º 0.9% 0.52% -
HSV(B) 54.89º 0.92% 0.95% -
XYZ 63.74 72.42 11.28 -
YUV 206.43 22.79 154.09 -
System Red Green Blue C M Y K H S L
Decimal 243 224 20 0 0.08 0.92 0.05 54.89 0.9 0.52
Hex F3 E0 14 0 8 5C 5 37 5A 34
Octal 363 340 24 0 10 134 5 67 132 64
Binary 11110011 11100000 10100 0 1000 1011100 101 110111 1011010 110100

Color Harmonies of #F3E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E014

Black with #F3E014

Text Example


Text Example

White with #F3E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E014; }

 p { color: rgb(243,224,20); }

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

background-color css

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

 a { background-color: rgb(243,224,20); }

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

border-color css

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

 span { border-color: rgb(243,224,20); }

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