Html Css Color HEX #FFF60C Lemon

📋 copy color: '#FFF60C'

red 255 ◦ green 246 ◦ blue 12

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

Shades of Lemon #FFF60C

Tints of Lemon #FFF60C

RGB

 RED value IS 255 (100% from 255) = 49.71%

 GREEN value IS 246 (96.48% from 255) = 47.95%

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

R = 49.71%
G = 47.95%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF60C (or 0xFFF60C) is known color: Lemon. HEX triplet: FF, F6 and 0C. RGB value is (255,246,12). Sum of RGB (Red+Green+Blue) = 255+246+12=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 12 (5.08% from 255 or 2.34% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF60C is #0009F3. Grayscale: #DEDEDE. Windows color (decimal): -2548 or 849663. OLE color: 849663.

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

Color convert

RGB 255 246 12 -
CMYK 0 0.04 0.95 0
HSL 57.78º 1% 0.52% -
HSV(B) 57.78º 0.95% 1% -
XYZ 74.26 87.2 13.26 -
YUV 222.02 9.48 151.53 -
System Red Green Blue C M Y K H S L
Decimal 255 246 12 0 0.04 0.95 0 57.78 1 0.52
Hex FF F6 C 0 4 5F 0 3A 64 34
Octal 377 366 14 0 4 137 0 72 144 64
Binary 11111111 11110110 1100 0 100 1011111 0 111010 1100100 110100

Color Harmonies of #FFF60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF60C

Black with #FFF60C

Text Example


Text Example

White with #FFF60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF60C; }

 p { color: rgb(255,246,12); }

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

background-color css

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

 a { background-color: rgb(255,246,12); }

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

border-color css

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

 span { border-color: rgb(255,246,12); }

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