Html Css Color HEX #F3DC14 Lemon

📋 copy color: '#F3DC14'

red 243 ◦ green 220 ◦ blue 20

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

Shades of Lemon #F3DC14

Tints of Lemon #F3DC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

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

R = 50.31%
G = 45.55%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F3DC14 (or 0xF3DC14) is known color: Lemon. HEX triplet: F3, DC and 14. RGB value is (243,220,20). Sum of RGB (Red+Green+Blue) = 243+220+20=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DC14 is #0C23EB. Grayscale: #CCCCCC. Windows color (decimal): -795628 or 1367283. OLE color: 1367283.

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

Color convert

RGB 243 220 20 -
CMYK 0 0.09 0.92 0.05
HSL 53.81º 0.9% 0.52% -
HSV(B) 53.81º 0.92% 0.95% -
XYZ 62.68 70.29 10.93 -
YUV 204.08 24.12 155.76 -
System Red Green Blue C M Y K H S L
Decimal 243 220 20 0 0.09 0.92 0.05 53.81 0.9 0.52
Hex F3 DC 14 0 9 5C 5 36 5A 34
Octal 363 334 24 0 11 134 5 66 132 64
Binary 11110011 11011100 10100 0 1001 1011100 101 110110 1011010 110100

Color Harmonies of #F3DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DC14

Black with #F3DC14

Text Example


Text Example

White with #F3DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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