Html Css Color HEX #FAF222 Lemon

📋 copy color: '#FAF222'

red 250 ◦ green 242 ◦ blue 34

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

Shades of Lemon #FAF222

Tints of Lemon #FAF222

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.01%

 BLUE value IS 34 (13.67% from 255) = 6.46%

R = 47.53%
G = 46.01%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAF222 (or 0xFAF222) is known color: Lemon. HEX triplet: FA, F2 and 22. RGB value is (250,242,34). Sum of RGB (Red+Green+Blue) = 250+242+34=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 34 (13.67% from 255 or 6.46% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF222 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF222 is #050DDD. Grayscale: #DDDDDD. Windows color (decimal): -331230 or 2290426. OLE color: 2290426.

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

Color convert

RGB 250 242 34 -
CMYK 0 0.03 0.86 0.02
HSL 57.78º 0.96% 0.56% -
HSV(B) 57.78º 0.86% 0.98% -
XYZ 71.47 83.94 13.95 -
YUV 220.68 22.65 148.91 -
System Red Green Blue C M Y K H S L
Decimal 250 242 34 0 0.03 0.86 0.02 57.78 0.96 0.56
Hex FA F2 22 0 3 56 2 3A 60 38
Octal 372 362 42 0 3 126 2 72 140 70
Binary 11111010 11110010 100010 0 11 1010110 10 111010 1100000 111000

Color Harmonies of #FAF222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF222

Black with #FAF222

Text Example


Text Example

White with #FAF222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF222; }

 p { color: rgb(250,242,34); }

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

background-color css

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

 a { background-color: rgb(250,242,34); }

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

border-color css

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

 span { border-color: rgb(250,242,34); }

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