Html Css Color HEX #FCD462 Dandelion

📋 copy color: '#FCD462'

red 252 ◦ green 212 ◦ blue 98

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

Shades of Dandelion #FCD462

Tints of Dandelion #FCD462

RGB

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

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

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

R = 44.84%
G = 37.72%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCD462 (or 0xFCD462) is known color: Dandelion. HEX triplet: FC, D4 and 62. RGB value is (252,212,98). Sum of RGB (Red+Green+Blue) = 252+212+98=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 98 (38.67% from 255 or 17.44% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD462 is #032B9D. Grayscale: #D3D3D3. Windows color (decimal): -207774 or 6477052. OLE color: 6477052.

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

Color convert

RGB 252 212 98 -
CMYK 0 0.16 0.61 0.01
HSL 44.42º 0.96% 0.69% -
HSV(B) 44.42º 0.61% 0.99% -
XYZ 65.89 68.66 21.34 -
YUV 210.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 252 212 98 0 0.16 0.61 0.01 44.42 0.96 0.69
Hex FC D4 62 0 10 3D 1 2C 60 45
Octal 374 324 142 0 20 75 1 54 140 105
Binary 11111100 11010100 1100010 0 10000 111101 1 101100 1100000 1000101

Color Harmonies of #FCD462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD462

Black with #FCD462

Text Example


Text Example

White with #FCD462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD462; }

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

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

background-color css

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

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

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

border-color css

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

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

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