Html Css Color HEX #FECF5F Dandelion

📋 copy color: '#FECF5F'

red 254 ◦ green 207 ◦ blue 95

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

Shades of Dandelion #FECF5F

Tints of Dandelion #FECF5F

RGB

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

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

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

R = 45.68%
G = 37.23%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FECF5F (or 0xFECF5F) is known color: Dandelion. HEX triplet: FE, CF and 5F. RGB value is (254,207,95). Sum of RGB (Red+Green+Blue) = 254+207+95=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 95 (37.5% from 255 or 17.09% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF5F is #0130A0. Grayscale: #D0D0D0. Windows color (decimal): -77985 or 6279166. OLE color: 6279166.

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

Color convert

RGB 254 207 95 -
CMYK 0 0.19 0.63 0.00
HSL 42.26º 0.99% 0.68% -
HSV(B) 42.26º 0.63% 1% -
XYZ 65.25 66.52 20.23 -
YUV 208.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 254 207 95 0 0.19 0.63 0.00 42.26 0.99 0.68
Hex FE CF 5F 0 13 3F 0 2A 63 44
Octal 376 317 137 0 23 77 0 52 143 104
Binary 11111110 11001111 1011111 0 10011 111111 0 101010 1100011 1000100

Color Harmonies of #FECF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF5F

Black with #FECF5F

Text Example


Text Example

White with #FECF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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