Html Css Color HEX #FCD162 Dandelion

📋 copy color: '#FCD162'

red 252 ◦ green 209 ◦ blue 98

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

Shades of Dandelion #FCD162

Tints of Dandelion #FCD162

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.39%

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

R = 45.08%
G = 37.39%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCD162 (or 0xFCD162) is known color: Dandelion. HEX triplet: FC, D1 and 62. RGB value is (252,209,98). Sum of RGB (Red+Green+Blue) = 252+209+98=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 98 (38.67% from 255 or 17.53% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD162 is #032E9D. Grayscale: #D1D1D1. Windows color (decimal): -208542 or 6476284. OLE color: 6476284.

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

Color convert

RGB 252 209 98 -
CMYK 0 0.17 0.61 0.01
HSL 43.25º 0.96% 0.69% -
HSV(B) 43.25º 0.61% 0.99% -
XYZ 65.15 67.18 21.09 -
YUV 209.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 252 209 98 0 0.17 0.61 0.01 43.25 0.96 0.69
Hex FC D1 62 0 11 3D 1 2B 60 45
Octal 374 321 142 0 21 75 1 53 140 105
Binary 11111100 11010001 1100010 0 10001 111101 1 101011 1100000 1000101

Color Harmonies of #FCD162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD162

Black with #FCD162

Text Example


Text Example

White with #FCD162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD162; }

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

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

background-color css

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

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

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

border-color css

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

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

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