Html Css Color HEX #FADD0D Lemon

📋 copy color: '#FADD0D'

red 250 ◦ green 221 ◦ blue 13

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

Shades of Lemon #FADD0D

Tints of Lemon #FADD0D

RGB

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

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

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

R = 51.65%
G = 45.66%
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

#FADD0D (or 0xFADD0D) is known color: Lemon. HEX triplet: FA, DD and 0D. RGB value is (250,221,13). Sum of RGB (Red+Green+Blue) = 250+221+13=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADD0D is #0522F2. Grayscale: #CECECE. Windows color (decimal): -336627 or 908794. OLE color: 908794.

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

Color convert

RGB 250 221 13 -
CMYK 0 0.12 0.95 0.02
HSL 52.66º 0.96% 0.52% -
HSV(B) 52.66º 0.95% 0.98% -
XYZ 65.35 72.07 10.85 -
YUV 205.96 19.11 159.41 -
System Red Green Blue C M Y K H S L
Decimal 250 221 13 0 0.12 0.95 0.02 52.66 0.96 0.52
Hex FA DD D 0 C 5F 2 35 60 34
Octal 372 335 15 0 14 137 2 65 140 64
Binary 11111010 11011101 1101 0 1100 1011111 10 110101 1100000 110100

Color Harmonies of #FADD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD0D

Black with #FADD0D

Text Example


Text Example

White with #FADD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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