Html Css Color HEX #FADB0F Lemon

📋 copy color: '#FADB0F'

red 250 ◦ green 219 ◦ blue 15

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

Shades of Lemon #FADB0F

Tints of Lemon #FADB0F

RGB

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

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

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

R = 51.65%
G = 45.25%
B = 3.1%

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

#FADB0F (or 0xFADB0F) is known color: Lemon. HEX triplet: FA, DB and 0F. RGB value is (250,219,15). Sum of RGB (Red+Green+Blue) = 250+219+15=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 15 (6.25% from 255 or 3.10% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADB0F is #0524F0. Grayscale: #CDCDCD. Windows color (decimal): -337137 or 1039354. OLE color: 1039354.

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

Color convert

RGB 250 219 15 -
CMYK 0 0.12 0.94 0.02
HSL 52.09º 0.96% 0.52% -
HSV(B) 52.09º 0.94% 0.98% -
XYZ 64.84 71.02 10.74 -
YUV 205.01 20.77 160.09 -
System Red Green Blue C M Y K H S L
Decimal 250 219 15 0 0.12 0.94 0.02 52.09 0.96 0.52
Hex FA DB F 0 C 5E 2 34 60 34
Octal 372 333 17 0 14 136 2 64 140 64
Binary 11111010 11011011 1111 0 1100 1011110 10 110100 1100000 110100

Color Harmonies of #FADB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB0F

Black with #FADB0F

Text Example


Text Example

White with #FADB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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