Html Css Color HEX #FCD962 Dandelion

📋 copy color: '#FCD962'

red 252 ◦ green 217 ◦ blue 98

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

Shades of Dandelion #FCD962

Tints of Dandelion #FCD962

RGB

 RED value IS 252 (98.83% from 255) = 44.44%

 GREEN value IS 217 (85.16% from 255) = 38.27%

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

R = 44.44%
G = 38.27%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCD962 (or 0xFCD962) is known color: Dandelion. HEX triplet: FC, D9 and 62. RGB value is (252,217,98). Sum of RGB (Red+Green+Blue) = 252+217+98=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD962 is #03269D. Grayscale: #D6D6D6. Windows color (decimal): -206494 or 6478332. OLE color: 6478332.

HSL color Cylindrical-coordinate representation of color #FCD962: hue angle of 46.36º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCD962 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 98 -
CMYK 0 0.14 0.61 0.01
HSL 46.36º 0.96% 0.69% -
HSV(B) 46.36º 0.61% 0.99% -
XYZ 67.16 71.2 21.76 -
YUV 213.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 252 217 98 0 0.14 0.61 0.01 46.36 0.96 0.69
Hex FC D9 62 0 E 3D 1 2E 60 45
Octal 374 331 142 0 16 75 1 56 140 105
Binary 11111100 11011001 1100010 0 1110 111101 1 101110 1100000 1000101

Color Harmonies of #FCD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD962

Black with #FCD962

Text Example


Text Example

White with #FCD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD962; }

 p { color: rgb(252,217,98); }

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

background-color css

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

 a { background-color: rgb(252,217,98); }

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

border-color css

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

 span { border-color: rgb(252,217,98); }

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