Html Css Color HEX #FDCE5E Dandelion

📋 copy color: '#FDCE5E'

red 253 ◦ green 206 ◦ blue 94

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

Shades of Dandelion #FDCE5E

Tints of Dandelion #FDCE5E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.25%

 BLUE value IS 94 (37.11% from 255) = 17%

R = 45.75%
G = 37.25%
B = 17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDCE5E (or 0xFDCE5E) is known color: Dandelion. HEX triplet: FD, CE and 5E. RGB value is (253,206,94). Sum of RGB (Red+Green+Blue) = 253+206+94=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE5E is #0231A1. Grayscale: #CFCFCF. Windows color (decimal): -143778 or 6213373. OLE color: 6213373.

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

Color convert

RGB 253 206 94 -
CMYK 0 0.19 0.63 0.01
HSL 42.26º 0.98% 0.68% -
HSV(B) 42.26º 0.63% 0.99% -
XYZ 64.6 65.83 19.89 -
YUV 207.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 253 206 94 0 0.19 0.63 0.01 42.26 0.98 0.68
Hex FD CE 5E 0 13 3F 1 2A 62 44
Octal 375 316 136 0 23 77 1 52 142 104
Binary 11111101 11001110 1011110 0 10011 111111 1 101010 1100010 1000100

Color Harmonies of #FDCE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE5E

Black with #FDCE5E

Text Example


Text Example

White with #FDCE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE5E; }

 p { color: rgb(253,206,94); }

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

background-color css

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

 a { background-color: rgb(253,206,94); }

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

border-color css

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

 span { border-color: rgb(253,206,94); }

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