Html Css Color HEX #FADB61 Dandelion

📋 copy color: '#FADB61'

red 250 ◦ green 219 ◦ blue 97

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

Shades of Dandelion #FADB61

Tints of Dandelion #FADB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.14%

R = 44.17%
G = 38.69%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FADB61 (or 0xFADB61) is known color: Dandelion. HEX triplet: FA, DB and 61. RGB value is (250,219,97). Sum of RGB (Red+Green+Blue) = 250+219+97=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 97 (38.28% from 255 or 17.14% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB61 is #05249E. Grayscale: #D6D6D6. Windows color (decimal): -337055 or 6413306. OLE color: 6413306.

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

Color convert

RGB 250 219 97 -
CMYK 0 0.12 0.61 0.02
HSL 47.84º 0.94% 0.68% -
HSV(B) 47.84º 0.61% 0.98% -
XYZ 66.91 71.85 21.65 -
YUV 214.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 250 219 97 0 0.12 0.61 0.02 47.84 0.94 0.68
Hex FA DB 61 0 C 3D 2 30 5E 44
Octal 372 333 141 0 14 75 2 60 136 104
Binary 11111010 11011011 1100001 0 1100 111101 10 110000 1011110 1000100

Color Harmonies of #FADB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB61

Black with #FADB61

Text Example


Text Example

White with #FADB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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