Html Css Color HEX #FEF156 Paris Daisy

📋 copy color: '#FEF156'

red 254 ◦ green 241 ◦ blue 86

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

Shades of Paris Daisy #FEF156

Tints of Paris Daisy #FEF156

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.48%

 BLUE value IS 86 (33.98% from 255) = 14.8%

R = 43.72%
G = 41.48%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEF156 (or 0xFEF156) is known color: Paris Daisy. HEX triplet: FE, F1 and 56. RGB value is (254,241,86). Sum of RGB (Red+Green+Blue) = 254+241+86=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 86 (33.98% from 255 or 14.80% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF156 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF156 is #010EA9. Grayscale: #E3E3E3. Windows color (decimal): -69290 or 5698046. OLE color: 5698046.

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

Color convert

RGB 254 241 86 -
CMYK 0 0.05 0.66 0.00
HSL 55.36º 0.99% 0.67% -
HSV(B) 55.36º 0.66% 1% -
XYZ 74.01 84.65 21.24 -
YUV 227.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 254 241 86 0 0.05 0.66 0.00 55.36 0.99 0.67
Hex FE F1 56 0 5 42 0 37 63 43
Octal 376 361 126 0 5 102 0 67 143 103
Binary 11111110 11110001 1010110 0 101 1000010 0 110111 1100011 1000011

Color Harmonies of #FEF156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF156

Black with #FEF156

Text Example


Text Example

White with #FEF156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF156; }

 p { color: rgb(254,241,86); }

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

background-color css

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

 a { background-color: rgb(254,241,86); }

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

border-color css

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

 span { border-color: rgb(254,241,86); }

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