Html Css Color HEX #FADA67 Dandelion

📋 copy color: '#FADA67'

red 250 ◦ green 218 ◦ blue 103

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

Shades of Dandelion #FADA67

Tints of Dandelion #FADA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.04%

R = 43.78%
G = 38.18%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FADA67 (or 0xFADA67) is known color: Dandelion. HEX triplet: FA, DA and 67. RGB value is (250,218,103). Sum of RGB (Red+Green+Blue) = 250+218+103=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA67 is #052598. Grayscale: #D6D6D6. Windows color (decimal): -337305 or 6806266. OLE color: 6806266.

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

Color convert

RGB 250 218 103 -
CMYK 0 0.13 0.59 0.02
HSL 46.94º 0.94% 0.69% -
HSV(B) 46.94º 0.59% 0.98% -
XYZ 66.94 71.45 23.09 -
YUV 214.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 250 218 103 0 0.13 0.59 0.02 46.94 0.94 0.69
Hex FA DA 67 0 D 3B 2 2F 5E 45
Octal 372 332 147 0 15 73 2 57 136 105
Binary 11111010 11011010 1100111 0 1101 111011 10 101111 1011110 1000101

Color Harmonies of #FADA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA67

Black with #FADA67

Text Example


Text Example

White with #FADA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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