Html Css Color HEX #FFF60F Lemon

📋 copy color: '#FFF60F'

red 255 ◦ green 246 ◦ blue 15

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

Shades of Lemon #FFF60F

Tints of Lemon #FFF60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.91%

R = 49.42%
G = 47.67%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFF60F (or 0xFFF60F) is known color: Lemon. HEX triplet: FF, F6 and 0F. RGB value is (255,246,15). Sum of RGB (Red+Green+Blue) = 255+246+15=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 15 (6.25% from 255 or 2.91% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF60F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF60F is #0009F0. Grayscale: #DFDFDF. Windows color (decimal): -2545 or 1046271. OLE color: 1046271.

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

Color convert

RGB 255 246 15 -
CMYK 0 0.04 0.94 0
HSL 57.75º 1% 0.53% -
HSV(B) 57.75º 0.94% 1% -
XYZ 74.28 87.21 13.37 -
YUV 222.36 10.98 151.28 -
System Red Green Blue C M Y K H S L
Decimal 255 246 15 0 0.04 0.94 0 57.75 1 0.53
Hex FF F6 F 0 4 5E 0 3A 64 35
Octal 377 366 17 0 4 136 0 72 144 65
Binary 11111111 11110110 1111 0 100 1011110 0 111010 1100100 110101

Color Harmonies of #FFF60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF60F

Black with #FFF60F

Text Example


Text Example

White with #FFF60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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