Html Css Color HEX #FDCF5D Dandelion

📋 copy color: '#FDCF5D'

red 253 ◦ green 207 ◦ blue 93

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

Shades of Dandelion #FDCF5D

Tints of Dandelion #FDCF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.82%

R = 45.75%
G = 37.43%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDCF5D (or 0xFDCF5D) is known color: Dandelion. HEX triplet: FD, CF and 5D. RGB value is (253,207,93). Sum of RGB (Red+Green+Blue) = 253+207+93=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF5D is #0230A2. Grayscale: #D0D0D0. Windows color (decimal): -143523 or 6148093. OLE color: 6148093.

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

Color convert

RGB 253 207 93 -
CMYK 0 0.18 0.63 0.01
HSL 42.75º 0.98% 0.68% -
HSV(B) 42.75º 0.63% 0.99% -
XYZ 64.8 66.3 19.74 -
YUV 207.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 253 207 93 0 0.18 0.63 0.01 42.75 0.98 0.68
Hex FD CF 5D 0 12 3F 1 2B 62 44
Octal 375 317 135 0 22 77 1 53 142 104
Binary 11111101 11001111 1011101 0 10010 111111 1 101011 1100010 1000100

Color Harmonies of #FDCF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF5D

Black with #FDCF5D

Text Example


Text Example

White with #FDCF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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