Html Css Color HEX #FCD362 Dandelion

📋 copy color: '#FCD362'

red 252 ◦ green 211 ◦ blue 98

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

Shades of Dandelion #FCD362

Tints of Dandelion #FCD362

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.61%

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

R = 44.92%
G = 37.61%
B = 17.47%

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

#FCD362 (or 0xFCD362) is known color: Dandelion. HEX triplet: FC, D3 and 62. RGB value is (252,211,98). Sum of RGB (Red+Green+Blue) = 252+211+98=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 98 (38.67% from 255 or 17.47% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD362 is #032C9D. Grayscale: #D2D2D2. Windows color (decimal): -208030 or 6476796. OLE color: 6476796.

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

Color convert

RGB 252 211 98 -
CMYK 0 0.16 0.61 0.01
HSL 44.03º 0.96% 0.69% -
HSV(B) 44.03º 0.61% 0.99% -
XYZ 65.64 68.17 21.25 -
YUV 210.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 252 211 98 0 0.16 0.61 0.01 44.03 0.96 0.69
Hex FC D3 62 0 10 3D 1 2C 60 45
Octal 374 323 142 0 20 75 1 54 140 105
Binary 11111100 11010011 1100010 0 10000 111101 1 101100 1100000 1000101

Color Harmonies of #FCD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD362

Black with #FCD362

Text Example


Text Example

White with #FCD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD362; }

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

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

background-color css

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

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

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

border-color css

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

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

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