Html Css Color HEX #FECC5F Dandelion

📋 copy color: '#FECC5F'

red 254 ◦ green 204 ◦ blue 95

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

Shades of Dandelion #FECC5F

Tints of Dandelion #FECC5F

RGB

 RED value IS 254 (99.61% from 255) = 45.93%

 GREEN value IS 204 (80.08% from 255) = 36.89%

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

R = 45.93%
G = 36.89%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FECC5F (or 0xFECC5F) is known color: Dandelion. HEX triplet: FE, CC and 5F. RGB value is (254,204,95). Sum of RGB (Red+Green+Blue) = 254+204+95=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 95 (37.5% from 255 or 17.18% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC5F is #0133A0. Grayscale: #CFCFCF. Windows color (decimal): -78753 or 6278398. OLE color: 6278398.

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

Color convert

RGB 254 204 95 -
CMYK 0 0.20 0.63 0.00
HSL 41.13º 0.99% 0.68% -
HSV(B) 41.13º 0.63% 1% -
XYZ 64.53 65.08 19.99 -
YUV 206.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 254 204 95 0 0.20 0.63 0.00 41.13 0.99 0.68
Hex FE CC 5F 0 14 3F 0 29 63 44
Octal 376 314 137 0 24 77 0 51 143 104
Binary 11111110 11001100 1011111 0 10100 111111 0 101001 1100011 1000100

Color Harmonies of #FECC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC5F

Black with #FECC5F

Text Example


Text Example

White with #FECC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC5F; }

 p { color: rgb(254,204,95); }

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

background-color css

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

 a { background-color: rgb(254,204,95); }

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

border-color css

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

 span { border-color: rgb(254,204,95); }

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