Html Css Color HEX #FADC0D Lemon

📋 copy color: '#FADC0D'

red 250 ◦ green 220 ◦ blue 13

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

Shades of Lemon #FADC0D

Tints of Lemon #FADC0D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 13 (5.47% from 255) = 2.69%

R = 51.76%
G = 45.55%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FADC0D (or 0xFADC0D) is known color: Lemon. HEX triplet: FA, DC and 0D. RGB value is (250,220,13). Sum of RGB (Red+Green+Blue) = 250+220+13=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 13 (5.47% from 255 or 2.69% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADC0D is #0523F2. Grayscale: #CECECE. Windows color (decimal): -336883 or 908538. OLE color: 908538.

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

Color convert

RGB 250 220 13 -
CMYK 0 0.12 0.95 0.02
HSL 52.41º 0.96% 0.52% -
HSV(B) 52.41º 0.95% 0.98% -
XYZ 65.09 71.54 10.76 -
YUV 205.37 19.44 159.83 -
System Red Green Blue C M Y K H S L
Decimal 250 220 13 0 0.12 0.95 0.02 52.41 0.96 0.52
Hex FA DC D 0 C 5F 2 34 60 34
Octal 372 334 15 0 14 137 2 64 140 64
Binary 11111010 11011100 1101 0 1100 1011111 10 110100 1100000 110100

Color Harmonies of #FADC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC0D

Black with #FADC0D

Text Example


Text Example

White with #FADC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC0D; }

 p { color: rgb(250,220,13); }

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

background-color css

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

 a { background-color: rgb(250,220,13); }

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

border-color css

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

 span { border-color: rgb(250,220,13); }

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