Html Css Color HEX #FEF151 Paris Daisy

📋 copy color: '#FEF151'

red 254 ◦ green 241 ◦ blue 81

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

Shades of Paris Daisy #FEF151

Tints of Paris Daisy #FEF151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.06%

R = 44.1%
G = 41.84%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEF151 (or 0xFEF151) is known color: Paris Daisy. HEX triplet: FE, F1 and 51. RGB value is (254,241,81). Sum of RGB (Red+Green+Blue) = 254+241+81=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 81 (32.03% from 255 or 14.06% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF151 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF151 is #010EAE. Grayscale: #E3E3E3. Windows color (decimal): -69295 or 5370366. OLE color: 5370366.

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

Color convert

RGB 254 241 81 -
CMYK 0 0.05 0.68 0.00
HSL 55.49º 0.99% 0.66% -
HSV(B) 55.49º 0.68% 1% -
XYZ 73.81 84.58 20.22 -
YUV 226.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 254 241 81 0 0.05 0.68 0.00 55.49 0.99 0.66
Hex FE F1 51 0 5 44 0 37 63 42
Octal 376 361 121 0 5 104 0 67 143 102
Binary 11111110 11110001 1010001 0 101 1000100 0 110111 1100011 1000010

Color Harmonies of #FEF151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF151

Black with #FEF151

Text Example


Text Example

White with #FEF151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF151; }

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

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

background-color css

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

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

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

border-color css

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

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

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