Html Css Color HEX #FFFA12 Lemon

📋 copy color: '#FFFA12'

red 255 ◦ green 250 ◦ blue 18

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

Shades of Lemon #FFFA12

Tints of Lemon #FFFA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.44%

R = 48.76%
G = 47.8%
B = 3.44%

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

#FFFA12 (or 0xFFFA12) is known color: Lemon. HEX triplet: FF, FA and 12. RGB value is (255,250,18). Sum of RGB (Red+Green+Blue) = 255+250+18=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 18 (7.42% from 255 or 3.44% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFA12 is #0005ED. Grayscale: #E1E1E1. Windows color (decimal): -1518 or 1243903. OLE color: 1243903.

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

Color convert

RGB 255 250 18 -
CMYK 0 0.02 0.93 0
HSL 58.73º 1% 0.54% -
HSV(B) 58.73º 0.93% 1% -
XYZ 75.53 89.67 13.9 -
YUV 225.05 11.16 149.36 -
System Red Green Blue C M Y K H S L
Decimal 255 250 18 0 0.02 0.93 0 58.73 1 0.54
Hex FF FA 12 0 2 5D 0 3B 64 36
Octal 377 372 22 0 2 135 0 73 144 66
Binary 11111111 11111010 10010 0 10 1011101 0 111011 1100100 110110

Color Harmonies of #FFFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA12

Black with #FFFA12

Text Example


Text Example

White with #FFFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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