Html Css Color HEX #FCD76B Dandelion

📋 copy color: '#FCD76B'

red 252 ◦ green 215 ◦ blue 107

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

Shades of Dandelion #FCD76B

Tints of Dandelion #FCD76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.46%

 BLUE value IS 107 (42.19% from 255) = 18.64%

R = 43.9%
G = 37.46%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCD76B (or 0xFCD76B) is known color: Dandelion. HEX triplet: FC, D7 and 6B. RGB value is (252,215,107). Sum of RGB (Red+Green+Blue) = 252+215+107=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 107 (42.19% from 255 or 18.64% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD76B is #032894. Grayscale: #D6D6D6. Windows color (decimal): -206997 or 7067644. OLE color: 7067644.

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

Color convert

RGB 252 215 107 -
CMYK 0 0.15 0.58 0.01
HSL 44.69º 0.96% 0.7% -
HSV(B) 44.69º 0.58% 0.99% -
XYZ 67.1 70.36 23.95 -
YUV 213.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 252 215 107 0 0.15 0.58 0.01 44.69 0.96 0.7
Hex FC D7 6B 0 F 3A 1 2D 60 46
Octal 374 327 153 0 17 72 1 55 140 106
Binary 11111100 11010111 1101011 0 1111 111010 1 101101 1100000 1000110

Color Harmonies of #FCD76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD76B

Black with #FCD76B

Text Example


Text Example

White with #FCD76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD76B; }

 p { color: rgb(252,215,107); }

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

background-color css

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

 a { background-color: rgb(252,215,107); }

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

border-color css

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

 span { border-color: rgb(252,215,107); }

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