Html Css Color HEX #FAF122 Lemon

📋 copy color: '#FAF122'

red 250 ◦ green 241 ◦ blue 34

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

Shades of Lemon #FAF122

Tints of Lemon #FAF122

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.9%

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

R = 47.62%
G = 45.9%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAF122 (or 0xFAF122) is known color: Lemon. HEX triplet: FA, F1 and 22. RGB value is (250,241,34). Sum of RGB (Red+Green+Blue) = 250+241+34=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 34 (13.67% from 255 or 6.48% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF122 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF122 is #050EDD. Grayscale: #DCDCDC. Windows color (decimal): -331486 or 2290170. OLE color: 2290170.

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

Color convert

RGB 250 241 34 -
CMYK 0 0.04 0.86 0.02
HSL 57.5º 0.96% 0.56% -
HSV(B) 57.5º 0.86% 0.98% -
XYZ 71.17 83.35 13.85 -
YUV 220.09 22.98 149.33 -
System Red Green Blue C M Y K H S L
Decimal 250 241 34 0 0.04 0.86 0.02 57.5 0.96 0.56
Hex FA F1 22 0 4 56 2 3A 60 38
Octal 372 361 42 0 4 126 2 72 140 70
Binary 11111010 11110001 100010 0 100 1010110 10 111010 1100000 111000

Color Harmonies of #FAF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF122

Black with #FAF122

Text Example


Text Example

White with #FAF122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF122; }

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

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

background-color css

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

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

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

border-color css

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

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

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