Html Css Color HEX #FFF513 Lemon

📋 copy color: '#FFF513'

red 255 ◦ green 245 ◦ blue 19

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

Shades of Lemon #FFF513

Tints of Lemon #FFF513

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.21%

 BLUE value IS 19 (7.81% from 255) = 3.66%

R = 49.13%
G = 47.21%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFF513 (or 0xFFF513) is known color: Lemon. HEX triplet: FF, F5 and 13. RGB value is (255,245,19). Sum of RGB (Red+Green+Blue) = 255+245+19=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 19 (7.81% from 255 or 3.66% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF513 is #000AEC. Grayscale: #DFDFDF. Windows color (decimal): -2797 or 1308159. OLE color: 1308159.

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

Color convert

RGB 255 245 19 -
CMYK 0 0.04 0.93 0
HSL 57.46º 1% 0.54% -
HSV(B) 57.46º 0.93% 1% -
XYZ 74.01 86.61 13.43 -
YUV 222.23 13.31 151.38 -
System Red Green Blue C M Y K H S L
Decimal 255 245 19 0 0.04 0.93 0 57.46 1 0.54
Hex FF F5 13 0 4 5D 0 39 64 36
Octal 377 365 23 0 4 135 0 71 144 66
Binary 11111111 11110101 10011 0 100 1011101 0 111001 1100100 110110

Color Harmonies of #FFF513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF513

Black with #FFF513

Text Example


Text Example

White with #FFF513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF513; }

 p { color: rgb(255,245,19); }

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

background-color css

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

 a { background-color: rgb(255,245,19); }

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

border-color css

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

 span { border-color: rgb(255,245,19); }

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