Html Css Color HEX #FADF0E Lemon

📋 copy color: '#FADF0E'

red 250 ◦ green 223 ◦ blue 14

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

Shades of Lemon #FADF0E

Tints of Lemon #FADF0E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

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

R = 51.33%
G = 45.79%
B = 2.87%

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

#FADF0E (or 0xFADF0E) is known color: Lemon. HEX triplet: FA, DF and 0E. RGB value is (250,223,14). Sum of RGB (Red+Green+Blue) = 250+223+14=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF0E is #0520F1. Grayscale: #D0D0D0. Windows color (decimal): -336114 or 974842. OLE color: 974842.

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

Color convert

RGB 250 223 14 -
CMYK 0 0.11 0.94 0.02
HSL 53.14º 0.96% 0.52% -
HSV(B) 53.14º 0.94% 0.98% -
XYZ 65.89 73.13 11.06 -
YUV 207.25 18.95 158.49 -
System Red Green Blue C M Y K H S L
Decimal 250 223 14 0 0.11 0.94 0.02 53.14 0.96 0.52
Hex FA DF E 0 B 5E 2 35 60 34
Octal 372 337 16 0 13 136 2 65 140 64
Binary 11111010 11011111 1110 0 1011 1011110 10 110101 1100000 110100

Color Harmonies of #FADF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF0E

Black with #FADF0E

Text Example


Text Example

White with #FADF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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