Html Css Color HEX #FAD468 Dandelion

📋 copy color: '#FAD468'

red 250 ◦ green 212 ◦ blue 104

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

Shades of Dandelion #FAD468

Tints of Dandelion #FAD468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.46%

 BLUE value IS 104 (41.02% from 255) = 18.37%

R = 44.17%
G = 37.46%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAD468 (or 0xFAD468) is known color: Dandelion. HEX triplet: FA, D4 and 68. RGB value is (250,212,104). Sum of RGB (Red+Green+Blue) = 250+212+104=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD468 is #052B97. Grayscale: #D3D3D3. Windows color (decimal): -338840 or 6870266. OLE color: 6870266.

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

Color convert

RGB 250 212 104 -
CMYK 0 0.15 0.58 0.02
HSL 44.38º 0.94% 0.69% -
HSV(B) 44.38º 0.58% 0.98% -
XYZ 65.47 68.41 22.85 -
YUV 211.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 250 212 104 0 0.15 0.58 0.02 44.38 0.94 0.69
Hex FA D4 68 0 F 3A 2 2C 5E 45
Octal 372 324 150 0 17 72 2 54 136 105
Binary 11111010 11010100 1101000 0 1111 111010 10 101100 1011110 1000101

Color Harmonies of #FAD468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD468

Black with #FAD468

Text Example


Text Example

White with #FAD468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD468; }

 p { color: rgb(250,212,104); }

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

background-color css

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

 a { background-color: rgb(250,212,104); }

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

border-color css

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

 span { border-color: rgb(250,212,104); }

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