Html Css Color HEX #FCD268 Dandelion

📋 copy color: '#FCD268'

red 252 ◦ green 210 ◦ blue 104

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

Shades of Dandelion #FCD268

Tints of Dandelion #FCD268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.37%

R = 44.52%
G = 37.1%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FCD268 (or 0xFCD268) is known color: Dandelion. HEX triplet: FC, D2 and 68. RGB value is (252,210,104). Sum of RGB (Red+Green+Blue) = 252+210+104=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD268 is #032D97. Grayscale: #D2D2D2. Windows color (decimal): -208280 or 6869756. OLE color: 6869756.

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

Color convert

RGB 252 210 104 -
CMYK 0 0.17 0.59 0.01
HSL 42.97º 0.96% 0.7% -
HSV(B) 42.97º 0.59% 0.99% -
XYZ 65.69 67.79 22.72 -
YUV 210.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 252 210 104 0 0.17 0.59 0.01 42.97 0.96 0.7
Hex FC D2 68 0 11 3B 1 2B 60 46
Octal 374 322 150 0 21 73 1 53 140 106
Binary 11111100 11010010 1101000 0 10001 111011 1 101011 1100000 1000110

Color Harmonies of #FCD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD268

Black with #FCD268

Text Example


Text Example

White with #FCD268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD268; }

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

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

background-color css

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

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

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

border-color css

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

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

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