Html Css Color HEX #FACD62 Dandelion

📋 copy color: '#FACD62'

red 250 ◦ green 205 ◦ blue 98

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

Shades of Dandelion #FACD62

Tints of Dandelion #FACD62

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

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

R = 45.21%
G = 37.07%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FACD62 (or 0xFACD62) is known color: Dandelion. HEX triplet: FA, CD and 62. RGB value is (250,205,98). Sum of RGB (Red+Green+Blue) = 250+205+98=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD62 is #05329D. Grayscale: #CECECE. Windows color (decimal): -340638 or 6475258. OLE color: 6475258.

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

Color convert

RGB 250 205 98 -
CMYK 0 0.18 0.61 0.02
HSL 42.24º 0.94% 0.68% -
HSV(B) 42.24º 0.61% 0.98% -
XYZ 63.46 64.87 20.73 -
YUV 206.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 250 205 98 0 0.18 0.61 0.02 42.24 0.94 0.68
Hex FA CD 62 0 12 3D 2 2A 5E 44
Octal 372 315 142 0 22 75 2 52 136 104
Binary 11111010 11001101 1100010 0 10010 111101 10 101010 1011110 1000100

Color Harmonies of #FACD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD62

Black with #FACD62

Text Example


Text Example

White with #FACD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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