Html Css Color HEX #F6F320 Lemon

📋 copy color: '#F6F320'

red 246 ◦ green 243 ◦ blue 32

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

Shades of Lemon #F6F320

Tints of Lemon #F6F320

RGB

 RED value IS 246 (96.48% from 255) = 47.22%

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

 BLUE value IS 32 (12.89% from 255) = 6.14%

R = 47.22%
G = 46.64%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F6F320 (or 0xF6F320) is known color: Lemon. HEX triplet: F6, F3 and 20. RGB value is (246,243,32). Sum of RGB (Red+Green+Blue) = 246+243+32=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 32 (12.89% from 255 or 6.14% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6F320 is #090CDF. Grayscale: #DCDCDC. Windows color (decimal): -593120 or 2159606. OLE color: 2159606.

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

Color convert

RGB 246 243 32 -
CMYK 0 0.01 0.87 0.04
HSL 59.16º 0.92% 0.55% -
HSV(B) 59.16º 0.87% 0.96% -
XYZ 70.32 83.8 13.84 -
YUV 219.84 21.99 146.66 -
System Red Green Blue C M Y K H S L
Decimal 246 243 32 0 0.01 0.87 0.04 59.16 0.92 0.55
Hex F6 F3 20 0 1 57 4 3B 5C 37
Octal 366 363 40 0 1 127 4 73 134 67
Binary 11110110 11110011 100000 0 1 1010111 100 111011 1011100 110111

Color Harmonies of #F6F320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F320

Black with #F6F320

Text Example


Text Example

White with #F6F320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F320; }

 p { color: rgb(246,243,32); }

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

background-color css

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

 a { background-color: rgb(246,243,32); }

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

border-color css

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

 span { border-color: rgb(246,243,32); }

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