Html Css Color HEX #F3DC0C Lemon

📋 copy color: '#F3DC0C'

red 243 ◦ green 220 ◦ blue 12

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

Shades of Lemon #F3DC0C

Tints of Lemon #F3DC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.53%

R = 51.16%
G = 46.32%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3DC0C (or 0xF3DC0C) is known color: Lemon. HEX triplet: F3, DC and 0C. RGB value is (243,220,12). Sum of RGB (Red+Green+Blue) = 243+220+12=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 12 (5.08% from 255 or 2.53% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3DC0C is #0C23F3. Grayscale: #CCCCCC. Windows color (decimal): -795636 or 842995. OLE color: 842995.

HSL color Cylindrical-coordinate representation of color #F3DC0C: hue angle of 54.03º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3DC0C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 220 12 -
CMYK 0 0.09 0.95 0.05
HSL 54.03º 0.91% 0.5% -
HSV(B) 54.03º 0.95% 0.95% -
XYZ 62.62 70.27 10.61 -
YUV 203.17 20.12 156.41 -
System Red Green Blue C M Y K H S L
Decimal 243 220 12 0 0.09 0.95 0.05 54.03 0.91 0.5
Hex F3 DC C 0 9 5F 5 36 5B 32
Octal 363 334 14 0 11 137 5 66 133 62
Binary 11110011 11011100 1100 0 1001 1011111 101 110110 1011011 110010

Color Harmonies of #F3DC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DC0C

Black with #F3DC0C

Text Example


Text Example

White with #F3DC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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