Html Css Color HEX #FDCE5F Dandelion

📋 copy color: '#FDCE5F'

red 253 ◦ green 206 ◦ blue 95

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

Shades of Dandelion #FDCE5F

Tints of Dandelion #FDCE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.15%

R = 45.67%
G = 37.18%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDCE5F (or 0xFDCE5F) is known color: Dandelion. HEX triplet: FD, CE and 5F. RGB value is (253,206,95). Sum of RGB (Red+Green+Blue) = 253+206+95=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE5F is #0231A0. Grayscale: #CFCFCF. Windows color (decimal): -143777 or 6278909. OLE color: 6278909.

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

Color convert

RGB 253 206 95 -
CMYK 0 0.19 0.62 0.01
HSL 42.15º 0.98% 0.68% -
HSV(B) 42.15º 0.62% 0.99% -
XYZ 64.64 65.85 20.13 -
YUV 207.4 64.57 160.53 -
System Red Green Blue C M Y K H S L
Decimal 253 206 95 0 0.19 0.62 0.01 42.15 0.98 0.68
Hex FD CE 5F 0 13 3E 1 2A 62 44
Octal 375 316 137 0 23 76 1 52 142 104
Binary 11111101 11001110 1011111 0 10011 111110 1 101010 1100010 1000100

Color Harmonies of #FDCE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE5F

Black with #FDCE5F

Text Example


Text Example

White with #FDCE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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