Html Css Color HEX #FADA0F Lemon

📋 copy color: '#FADA0F'

red 250 ◦ green 218 ◦ blue 15

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

Shades of Lemon #FADA0F

Tints of Lemon #FADA0F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 51.76%
G = 45.13%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FADA0F (or 0xFADA0F) is known color: Lemon. HEX triplet: FA, DA and 0F. RGB value is (250,218,15). Sum of RGB (Red+Green+Blue) = 250+218+15=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 15 (6.25% from 255 or 3.11% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADA0F is #0525F0. Grayscale: #CDCDCD. Windows color (decimal): -337393 or 1039098. OLE color: 1039098.

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

Color convert

RGB 250 218 15 -
CMYK 0 0.13 0.94 0.02
HSL 51.83º 0.96% 0.52% -
HSV(B) 51.83º 0.94% 0.98% -
XYZ 64.58 70.5 10.66 -
YUV 204.43 21.1 160.51 -
System Red Green Blue C M Y K H S L
Decimal 250 218 15 0 0.13 0.94 0.02 51.83 0.96 0.52
Hex FA DA F 0 D 5E 2 34 60 34
Octal 372 332 17 0 15 136 2 64 140 64
Binary 11111010 11011010 1111 0 1101 1011110 10 110100 1100000 110100

Color Harmonies of #FADA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA0F

Black with #FADA0F

Text Example


Text Example

White with #FADA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA0F; }

 p { color: rgb(250,218,15); }

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

background-color css

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

 a { background-color: rgb(250,218,15); }

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

border-color css

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

 span { border-color: rgb(250,218,15); }

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