Html Css Color HEX #FCDA5C Dandelion

📋 copy color: '#FCDA5C'

red 252 ◦ green 218 ◦ blue 92

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

Shades of Dandelion #FCDA5C

Tints of Dandelion #FCDA5C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.79%

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

R = 44.84%
G = 38.79%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCDA5C (or 0xFCDA5C) is known color: Dandelion. HEX triplet: FC, DA and 5C. RGB value is (252,218,92). Sum of RGB (Red+Green+Blue) = 252+218+92=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA5C is #0325A3. Grayscale: #D6D6D6. Windows color (decimal): -206244 or 6085372. OLE color: 6085372.

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

Color convert

RGB 252 218 92 -
CMYK 0 0.13 0.63 0.01
HSL 47.25º 0.96% 0.67% -
HSV(B) 47.25º 0.63% 0.99% -
XYZ 67.15 71.61 20.41 -
YUV 213.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 252 218 92 0 0.13 0.63 0.01 47.25 0.96 0.67
Hex FC DA 5C 0 D 3F 1 2F 60 43
Octal 374 332 134 0 15 77 1 57 140 103
Binary 11111100 11011010 1011100 0 1101 111111 1 101111 1100000 1000011

Color Harmonies of #FCDA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA5C

Black with #FCDA5C

Text Example


Text Example

White with #FCDA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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