Html Css Color HEX #FEF155 Paris Daisy

📋 copy color: '#FEF155'

red 254 ◦ green 241 ◦ blue 85

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

Shades of Paris Daisy #FEF155

Tints of Paris Daisy #FEF155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.66%

R = 43.79%
G = 41.55%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEF155 (or 0xFEF155) is known color: Paris Daisy. HEX triplet: FE, F1 and 55. RGB value is (254,241,85). Sum of RGB (Red+Green+Blue) = 254+241+85=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 85 (33.59% from 255 or 14.66% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF155 is #010EAA. Grayscale: #E3E3E3. Windows color (decimal): -69291 or 5632510. OLE color: 5632510.

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

Color convert

RGB 254 241 85 -
CMYK 0 0.05 0.67 0.00
HSL 55.38º 0.99% 0.66% -
HSV(B) 55.38º 0.67% 1% -
XYZ 73.97 84.64 21.03 -
YUV 227.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 254 241 85 0 0.05 0.67 0.00 55.38 0.99 0.66
Hex FE F1 55 0 5 43 0 37 63 42
Octal 376 361 125 0 5 103 0 67 143 102
Binary 11111110 11110001 1010101 0 101 1000011 0 110111 1100011 1000010

Color Harmonies of #FEF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF155

Black with #FEF155

Text Example


Text Example

White with #FEF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF155; }

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

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

background-color css

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

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

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

border-color css

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

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

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