Html Css Color HEX #FFFA13 Lemon

📋 copy color: '#FFFA13'

red 255 ◦ green 250 ◦ blue 19

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

Shades of Lemon #FFFA13

Tints of Lemon #FFFA13

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.71%

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

R = 48.66%
G = 47.71%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFFA13 (or 0xFFFA13) is known color: Lemon. HEX triplet: FF, FA and 13. RGB value is (255,250,19). Sum of RGB (Red+Green+Blue) = 255+250+19=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 19 (7.81% from 255 or 3.63% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA13 is #0005EC. Grayscale: #E2E2E2. Windows color (decimal): -1517 or 1309439. OLE color: 1309439.

HSL color Cylindrical-coordinate representation of color #FFFA13: hue angle of 58.73º 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 #FFFA13 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 250 19 -
CMYK 0 0.02 0.93 0
HSL 58.73º 1% 0.54% -
HSV(B) 58.73º 0.93% 1% -
XYZ 75.54 89.68 13.94 -
YUV 225.16 11.66 149.28 -
System Red Green Blue C M Y K H S L
Decimal 255 250 19 0 0.02 0.93 0 58.73 1 0.54
Hex FF FA 13 0 2 5D 0 3B 64 36
Octal 377 372 23 0 2 135 0 73 144 66
Binary 11111111 11111010 10011 0 10 1011101 0 111011 1100100 110110

Color Harmonies of #FFFA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA13

Black with #FFFA13

Text Example


Text Example

White with #FFFA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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