Html Css Color HEX #FAE607 Lemon

📋 copy color: '#FAE607'

red 250 ◦ green 230 ◦ blue 7

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

Shades of Lemon #FAE607

Tints of Lemon #FAE607

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.23%

 BLUE value IS 7 (3.13% from 255) = 1.44%

R = 51.33%
G = 47.23%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAE607 (or 0xFAE607) is known color: Lemon. HEX triplet: FA, E6 and 07. RGB value is (250,230,7). Sum of RGB (Red+Green+Blue) = 250+230+7=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 7 (3.12% from 255 or 1.44% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE607 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE607 is #0519F8. Grayscale: #D3D3D3. Windows color (decimal): -334329 or 517882. OLE color: 517882.

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

Color convert

RGB 250 230 7 -
CMYK 0 0.08 0.97 0.02
HSL 55.06º 0.96% 0.5% -
HSV(B) 55.06º 0.97% 0.98% -
XYZ 67.76 76.93 11.48 -
YUV 210.56 13.13 156.13 -
System Red Green Blue C M Y K H S L
Decimal 250 230 7 0 0.08 0.97 0.02 55.06 0.96 0.5
Hex FA E6 7 0 8 61 2 37 60 32
Octal 372 346 7 0 10 141 2 67 140 62
Binary 11111010 11100110 111 0 1000 1100001 10 110111 1100000 110010

Color Harmonies of #FAE607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE607

Black with #FAE607

Text Example


Text Example

White with #FAE607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE607; }

 p { color: rgb(250,230,7); }

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

background-color css

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

 a { background-color: rgb(250,230,7); }

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

border-color css

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

 span { border-color: rgb(250,230,7); }

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