Html Css Color HEX #FDCF60 Dandelion

📋 copy color: '#FDCF60'

red 253 ◦ green 207 ◦ blue 96

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

Shades of Dandelion #FDCF60

Tints of Dandelion #FDCF60

RGB

 RED value IS 253 (99.22% from 255) = 45.5%

 GREEN value IS 207 (81.25% from 255) = 37.23%

 BLUE value IS 96 (37.89% from 255) = 17.27%

R = 45.5%
G = 37.23%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDCF60 (or 0xFDCF60) is known color: Dandelion. HEX triplet: FD, CF and 60. RGB value is (253,207,96). Sum of RGB (Red+Green+Blue) = 253+207+96=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF60 is #02309F. Grayscale: #D0D0D0. Windows color (decimal): -143520 or 6344701. OLE color: 6344701.

HSL color Cylindrical-coordinate representation of color #FDCF60: hue angle of 42.42º degrees, saturation: 0.98, 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 #FDCF60 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 96 -
CMYK 0 0.18 0.62 0.01
HSL 42.42º 0.98% 0.68% -
HSV(B) 42.42º 0.62% 0.99% -
XYZ 64.93 66.35 20.45 -
YUV 208.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 253 207 96 0 0.18 0.62 0.01 42.42 0.98 0.68
Hex FD CF 60 0 12 3E 1 2A 62 44
Octal 375 317 140 0 22 76 1 52 142 104
Binary 11111101 11001111 1100000 0 10010 111110 1 101010 1100010 1000100

Color Harmonies of #FDCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF60

Black with #FDCF60

Text Example


Text Example

White with #FDCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF60; }

 p { color: rgb(253,207,96); }

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

background-color css

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

 a { background-color: rgb(253,207,96); }

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

border-color css

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

 span { border-color: rgb(253,207,96); }

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