Html Css Color HEX #FADB64 Dandelion

📋 copy color: '#FADB64'

red 250 ◦ green 219 ◦ blue 100

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

Shades of Dandelion #FADB64

Tints of Dandelion #FADB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.57%

R = 43.94%
G = 38.49%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FADB64 (or 0xFADB64) is known color: Dandelion. HEX triplet: FA, DB and 64. RGB value is (250,219,100). Sum of RGB (Red+Green+Blue) = 250+219+100=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 100 (39.45% from 255 or 17.57% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB64 is #05249B. Grayscale: #D7D7D7. Windows color (decimal): -337052 or 6609914. OLE color: 6609914.

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

Color convert

RGB 250 219 100 -
CMYK 0 0.12 0.6 0.02
HSL 47.6º 0.94% 0.69% -
HSV(B) 47.6º 0.6% 0.98% -
XYZ 67.06 71.91 22.4 -
YUV 214.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 250 219 100 0 0.12 0.6 0.02 47.6 0.94 0.69
Hex FA DB 64 0 C 3C 2 30 5E 45
Octal 372 333 144 0 14 74 2 60 136 105
Binary 11111010 11011011 1100100 0 1100 111100 10 110000 1011110 1000101

Color Harmonies of #FADB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB64

Black with #FADB64

Text Example


Text Example

White with #FADB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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