Html Css Color HEX #FAF214 Lemon

📋 copy color: '#FAF214'

red 250 ◦ green 242 ◦ blue 20

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

Shades of Lemon #FAF214

Tints of Lemon #FAF214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.91%

R = 48.83%
G = 47.27%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FAF214 (or 0xFAF214) is known color: Lemon. HEX triplet: FA, F2 and 14. RGB value is (250,242,20). Sum of RGB (Red+Green+Blue) = 250+242+20=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF214 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF214 is #050DEB. Grayscale: #DBDBDB. Windows color (decimal): -331244 or 1372922. OLE color: 1372922.

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

Color convert

RGB 250 242 20 -
CMYK 0 0.03 0.92 0.02
HSL 57.91º 0.96% 0.53% -
HSV(B) 57.91º 0.92% 0.98% -
XYZ 71.3 83.88 13.09 -
YUV 219.08 15.65 150.05 -
System Red Green Blue C M Y K H S L
Decimal 250 242 20 0 0.03 0.92 0.02 57.91 0.96 0.53
Hex FA F2 14 0 3 5C 2 3A 60 35
Octal 372 362 24 0 3 134 2 72 140 65
Binary 11111010 11110010 10100 0 11 1011100 10 111010 1100000 110101

Color Harmonies of #FAF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF214

Black with #FAF214

Text Example


Text Example

White with #FAF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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