Html Css Color HEX #FADE0E Lemon

📋 copy color: '#FADE0E'

red 250 ◦ green 222 ◦ blue 14

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

Shades of Lemon #FADE0E

Tints of Lemon #FADE0E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.68%

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

R = 51.44%
G = 45.68%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FADE0E (or 0xFADE0E) is known color: Lemon. HEX triplet: FA, DE and 0E. RGB value is (250,222,14). Sum of RGB (Red+Green+Blue) = 250+222+14=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 14 (5.86% from 255 or 2.88% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADE0E is #0521F1. Grayscale: #CFCFCF. Windows color (decimal): -336370 or 974586. OLE color: 974586.

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

Color convert

RGB 250 222 14 -
CMYK 0 0.11 0.94 0.02
HSL 52.88º 0.96% 0.52% -
HSV(B) 52.88º 0.94% 0.98% -
XYZ 65.62 72.6 10.97 -
YUV 206.66 19.28 158.91 -
System Red Green Blue C M Y K H S L
Decimal 250 222 14 0 0.11 0.94 0.02 52.88 0.96 0.52
Hex FA DE E 0 B 5E 2 35 60 34
Octal 372 336 16 0 13 136 2 65 140 64
Binary 11111010 11011110 1110 0 1011 1011110 10 110101 1100000 110100

Color Harmonies of #FADE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE0E

Black with #FADE0E

Text Example


Text Example

White with #FADE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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