Html Css Color HEX #FAF912 Lemon

📋 copy color: '#FAF912'

red 250 ◦ green 249 ◦ blue 18

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

Shades of Lemon #FAF912

Tints of Lemon #FAF912

RGB

 RED value IS 250 (98.05% from 255) = 48.36%

 GREEN value IS 249 (97.66% from 255) = 48.16%

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

R = 48.36%
G = 48.16%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAF912 (or 0xFAF912) is known color: Lemon. HEX triplet: FA, F9 and 12. RGB value is (250,249,18). Sum of RGB (Red+Green+Blue) = 250+249+18=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 18 (7.42% from 255 or 3.48% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF912 is #0506ED. Grayscale: #DFDFDF. Windows color (decimal): -329454 or 1243642. OLE color: 1243642.

HSL color Cylindrical-coordinate representation of color #FAF912: hue angle of 59.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAF912 is Cyan = 0, Magento = 0.00, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 18 -
CMYK 0 0.00 0.93 0.02
HSL 59.74º 0.96% 0.53% -
HSV(B) 59.74º 0.93% 0.98% -
XYZ 73.41 88.12 13.71 -
YUV 222.97 12.33 147.28 -
System Red Green Blue C M Y K H S L
Decimal 250 249 18 0 0.00 0.93 0.02 59.74 0.96 0.53
Hex FA F9 12 0 0 5D 2 3C 60 35
Octal 372 371 22 0 0 135 2 74 140 65
Binary 11111010 11111001 10010 0 0 1011101 10 111100 1100000 110101

Color Harmonies of #FAF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF912

Black with #FAF912

Text Example


Text Example

White with #FAF912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF912; }

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

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

background-color css

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

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

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

border-color css

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

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

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