Html Css Color HEX #FCD75C Dandelion

📋 copy color: '#FCD75C'

red 252 ◦ green 215 ◦ blue 92

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

Shades of Dandelion #FCD75C

Tints of Dandelion #FCD75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.46%

R = 45.08%
G = 38.46%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCD75C (or 0xFCD75C) is known color: Dandelion. HEX triplet: FC, D7 and 5C. RGB value is (252,215,92). Sum of RGB (Red+Green+Blue) = 252+215+92=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD75C is #0328A3. Grayscale: #D4D4D4. Windows color (decimal): -207012 or 6084604. OLE color: 6084604.

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

Color convert

RGB 252 215 92 -
CMYK 0 0.15 0.63 0.01
HSL 46.13º 0.96% 0.67% -
HSV(B) 46.13º 0.63% 0.99% -
XYZ 66.38 70.07 20.15 -
YUV 212.04 60.26 156.5 -
System Red Green Blue C M Y K H S L
Decimal 252 215 92 0 0.15 0.63 0.01 46.13 0.96 0.67
Hex FC D7 5C 0 F 3F 1 2E 60 43
Octal 374 327 134 0 17 77 1 56 140 103
Binary 11111100 11010111 1011100 0 1111 111111 1 101110 1100000 1000011

Color Harmonies of #FCD75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD75C

Black with #FCD75C

Text Example


Text Example

White with #FCD75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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