Html Css Color HEX #FAD562 Dandelion

📋 copy color: '#FAD562'

red 250 ◦ green 213 ◦ blue 98

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

Shades of Dandelion #FAD562

Tints of Dandelion #FAD562

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.97%

 BLUE value IS 98 (38.67% from 255) = 17.47%

R = 44.56%
G = 37.97%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAD562 (or 0xFAD562) is known color: Dandelion. HEX triplet: FA, D5 and 62. RGB value is (250,213,98). Sum of RGB (Red+Green+Blue) = 250+213+98=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD562 is #052A9D. Grayscale: #D3D3D3. Windows color (decimal): -338590 or 6477306. OLE color: 6477306.

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

Color convert

RGB 250 213 98 -
CMYK 0 0.15 0.61 0.02
HSL 45.39º 0.94% 0.68% -
HSV(B) 45.39º 0.61% 0.98% -
XYZ 65.42 68.79 21.39 -
YUV 210.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 250 213 98 0 0.15 0.61 0.02 45.39 0.94 0.68
Hex FA D5 62 0 F 3D 2 2D 5E 44
Octal 372 325 142 0 17 75 2 55 136 104
Binary 11111010 11010101 1100010 0 1111 111101 10 101101 1011110 1000100

Color Harmonies of #FAD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD562

Black with #FAD562

Text Example


Text Example

White with #FAD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD562; }

 p { color: rgb(250,213,98); }

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

background-color css

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

 a { background-color: rgb(250,213,98); }

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

border-color css

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

 span { border-color: rgb(250,213,98); }

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