Html Css Color HEX #FADD0E Lemon

📋 copy color: '#FADD0E'

red 250 ◦ green 221 ◦ blue 14

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

Shades of Lemon #FADD0E

Tints of Lemon #FADD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

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

R = 51.55%
G = 45.57%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FADD0E (or 0xFADD0E) is known color: Lemon. HEX triplet: FA, DD and 0E. RGB value is (250,221,14). Sum of RGB (Red+Green+Blue) = 250+221+14=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 14 (5.86% from 255 or 2.89% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD0E is #0522F1. Grayscale: #CECECE. Windows color (decimal): -336626 or 974330. OLE color: 974330.

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

Color convert

RGB 250 221 14 -
CMYK 0 0.12 0.94 0.02
HSL 52.63º 0.96% 0.52% -
HSV(B) 52.63º 0.94% 0.98% -
XYZ 65.36 72.07 10.88 -
YUV 206.07 19.61 159.33 -
System Red Green Blue C M Y K H S L
Decimal 250 221 14 0 0.12 0.94 0.02 52.63 0.96 0.52
Hex FA DD E 0 C 5E 2 35 60 34
Octal 372 335 16 0 14 136 2 65 140 64
Binary 11111010 11011101 1110 0 1100 1011110 10 110101 1100000 110100

Color Harmonies of #FADD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD0E

Black with #FADD0E

Text Example


Text Example

White with #FADD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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