Html Css Color HEX #F3DA14 Lemon

📋 copy color: '#F3DA14'

red 243 ◦ green 218 ◦ blue 20

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

Shades of Lemon #F3DA14

Tints of Lemon #F3DA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

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

R = 50.52%
G = 45.32%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F3DA14 (or 0xF3DA14) is known color: Lemon. HEX triplet: F3, DA and 14. RGB value is (243,218,20). Sum of RGB (Red+Green+Blue) = 243+218+20=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DA14 is #0C25EB. Grayscale: #CBCBCB. Windows color (decimal): -796140 or 1366771. OLE color: 1366771.

HSL color Cylindrical-coordinate representation of color #F3DA14: hue angle of 53.27º 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 #F3DA14 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 218 20 -
CMYK 0 0.10 0.92 0.05
HSL 53.27º 0.9% 0.52% -
HSV(B) 53.27º 0.92% 0.95% -
XYZ 62.16 69.25 10.75 -
YUV 202.9 24.78 156.6 -
System Red Green Blue C M Y K H S L
Decimal 243 218 20 0 0.10 0.92 0.05 53.27 0.9 0.52
Hex F3 DA 14 0 A 5C 5 35 5A 34
Octal 363 332 24 0 12 134 5 65 132 64
Binary 11110011 11011010 10100 0 1010 1011100 101 110101 1011010 110100

Color Harmonies of #F3DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DA14

Black with #F3DA14

Text Example


Text Example

White with #F3DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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