Html Css Color HEX #FAF20E Lemon

📋 copy color: '#FAF20E'

red 250 ◦ green 242 ◦ blue 14

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

Shades of Lemon #FAF20E

Tints of Lemon #FAF20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.77%

R = 49.41%
G = 47.83%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAF20E (or 0xFAF20E) is known color: Lemon. HEX triplet: FA, F2 and 0E. RGB value is (250,242,14). Sum of RGB (Red+Green+Blue) = 250+242+14=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 14 (5.86% from 255 or 2.77% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF20E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF20E is #050DF1. Grayscale: #DBDBDB. Windows color (decimal): -331250 or 979706. OLE color: 979706.

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

Color convert

RGB 250 242 14 -
CMYK 0 0.03 0.94 0.02
HSL 57.97º 0.96% 0.52% -
HSV(B) 57.97º 0.94% 0.98% -
XYZ 71.26 83.86 12.85 -
YUV 218.4 12.65 150.54 -
System Red Green Blue C M Y K H S L
Decimal 250 242 14 0 0.03 0.94 0.02 57.97 0.96 0.52
Hex FA F2 E 0 3 5E 2 3A 60 34
Octal 372 362 16 0 3 136 2 72 140 64
Binary 11111010 11110010 1110 0 11 1011110 10 111010 1100000 110100

Color Harmonies of #FAF20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF20E

Black with #FAF20E

Text Example


Text Example

White with #FAF20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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