Html Css Color HEX #FADB0E Lemon

📋 copy color: '#FADB0E'

red 250 ◦ green 219 ◦ blue 14

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

Shades of Lemon #FADB0E

Tints of Lemon #FADB0E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 51.76%
G = 45.34%
B = 2.9%

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

#FADB0E (or 0xFADB0E) is known color: Lemon. HEX triplet: FA, DB and 0E. RGB value is (250,219,14). Sum of RGB (Red+Green+Blue) = 250+219+14=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB0E is #0524F1. Grayscale: #CDCDCD. Windows color (decimal): -337138 or 973818. OLE color: 973818.

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

Color convert

RGB 250 219 14 -
CMYK 0 0.12 0.94 0.02
HSL 52.12º 0.96% 0.52% -
HSV(B) 52.12º 0.94% 0.98% -
XYZ 64.84 71.02 10.71 -
YUV 204.9 20.27 160.17 -
System Red Green Blue C M Y K H S L
Decimal 250 219 14 0 0.12 0.94 0.02 52.12 0.96 0.52
Hex FA DB E 0 C 5E 2 34 60 34
Octal 372 333 16 0 14 136 2 64 140 64
Binary 11111010 11011011 1110 0 1100 1011110 10 110100 1100000 110100

Color Harmonies of #FADB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB0E

Black with #FADB0E

Text Example


Text Example

White with #FADB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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