Html Css Color HEX #FADA5F Dandelion

📋 copy color: '#FADA5F'

red 250 ◦ green 218 ◦ blue 95

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

Shades of Dandelion #FADA5F

Tints of Dandelion #FADA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.87%

R = 44.4%
G = 38.72%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FADA5F (or 0xFADA5F) is known color: Dandelion. HEX triplet: FA, DA and 5F. RGB value is (250,218,95). Sum of RGB (Red+Green+Blue) = 250+218+95=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 95 (37.5% from 255 or 16.87% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA5F is #0525A0. Grayscale: #D6D6D6. Windows color (decimal): -337313 or 6281978. OLE color: 6281978.

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

Color convert

RGB 250 218 95 -
CMYK 0 0.13 0.62 0.02
HSL 47.61º 0.94% 0.68% -
HSV(B) 47.61º 0.62% 0.98% -
XYZ 66.56 71.29 21.08 -
YUV 213.55 61.1 154 -
System Red Green Blue C M Y K H S L
Decimal 250 218 95 0 0.13 0.62 0.02 47.61 0.94 0.68
Hex FA DA 5F 0 D 3E 2 30 5E 44
Octal 372 332 137 0 15 76 2 60 136 104
Binary 11111010 11011010 1011111 0 1101 111110 10 110000 1011110 1000100

Color Harmonies of #FADA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA5F

Black with #FADA5F

Text Example


Text Example

White with #FADA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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