Html Css Color HEX #FCD25F Dandelion

📋 copy color: '#FCD25F'

red 252 ◦ green 210 ◦ blue 95

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

Shades of Dandelion #FCD25F

Tints of Dandelion #FCD25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

 BLUE value IS 95 (37.5% from 255) = 17.06%

R = 45.24%
G = 37.7%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCD25F (or 0xFCD25F) is known color: Dandelion. HEX triplet: FC, D2 and 5F. RGB value is (252,210,95). Sum of RGB (Red+Green+Blue) = 252+210+95=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD25F is #032DA0. Grayscale: #D1D1D1. Windows color (decimal): -208289 or 6279932. OLE color: 6279932.

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

Color convert

RGB 252 210 95 -
CMYK 0 0.17 0.62 0.01
HSL 43.95º 0.96% 0.68% -
HSV(B) 43.95º 0.62% 0.99% -
XYZ 65.26 67.61 20.44 -
YUV 209.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 252 210 95 0 0.17 0.62 0.01 43.95 0.96 0.68
Hex FC D2 5F 0 11 3E 1 2C 60 44
Octal 374 322 137 0 21 76 1 54 140 104
Binary 11111100 11010010 1011111 0 10001 111110 1 101100 1100000 1000100

Color Harmonies of #FCD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD25F

Black with #FCD25F

Text Example


Text Example

White with #FCD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD25F; }

 p { color: rgb(252,210,95); }

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

background-color css

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

 a { background-color: rgb(252,210,95); }

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

border-color css

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

 span { border-color: rgb(252,210,95); }

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