Html Css Color HEX #FAF60E Lemon

📋 copy color: '#FAF60E'

red 250 ◦ green 246 ◦ blue 14

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

Shades of Lemon #FAF60E

Tints of Lemon #FAF60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.24%

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

R = 49.02%
G = 48.24%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAF60E (or 0xFAF60E) is known color: Lemon. HEX triplet: FA, F6 and 0E. RGB value is (250,246,14). Sum of RGB (Red+Green+Blue) = 250+246+14=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 246 (96.48% from 255 or 48.24% from 510); Blue value is 14 (5.86% from 255 or 2.75% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF60E is #0509F1. Grayscale: #DDDDDD. Windows color (decimal): -330226 or 980730. OLE color: 980730.

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

Color convert

RGB 250 246 14 -
CMYK 0 0.02 0.94 0.02
HSL 58.98º 0.96% 0.52% -
HSV(B) 58.98º 0.94% 0.98% -
XYZ 72.46 86.27 13.25 -
YUV 220.75 11.33 148.86 -
System Red Green Blue C M Y K H S L
Decimal 250 246 14 0 0.02 0.94 0.02 58.98 0.96 0.52
Hex FA F6 E 0 2 5E 2 3B 60 34
Octal 372 366 16 0 2 136 2 73 140 64
Binary 11111010 11110110 1110 0 10 1011110 10 111011 1100000 110100

Color Harmonies of #FAF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF60E

Black with #FAF60E

Text Example


Text Example

White with #FAF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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