Html Css Color HEX #FADA65 Dandelion

📋 copy color: '#FADA65'

red 250 ◦ green 218 ◦ blue 101

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

Shades of Dandelion #FADA65

Tints of Dandelion #FADA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.75%

R = 43.94%
G = 38.31%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FADA65 (or 0xFADA65) is known color: Dandelion. HEX triplet: FA, DA and 65. RGB value is (250,218,101). Sum of RGB (Red+Green+Blue) = 250+218+101=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA65 is #05259A. Grayscale: #D6D6D6. Windows color (decimal): -337307 or 6675194. OLE color: 6675194.

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

Color convert

RGB 250 218 101 -
CMYK 0 0.13 0.60 0.02
HSL 47.11º 0.94% 0.69% -
HSV(B) 47.11º 0.6% 0.98% -
XYZ 66.84 71.41 22.57 -
YUV 214.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 250 218 101 0 0.13 0.60 0.02 47.11 0.94 0.69
Hex FA DA 65 0 D 3C 2 2F 5E 45
Octal 372 332 145 0 15 74 2 57 136 105
Binary 11111010 11011010 1100101 0 1101 111100 10 101111 1011110 1000101

Color Harmonies of #FADA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA65

Black with #FADA65

Text Example


Text Example

White with #FADA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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