Html Css Color HEX #FEF251 Paris Daisy

📋 copy color: '#FEF251'

red 254 ◦ green 242 ◦ blue 81

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

Shades of Paris Daisy #FEF251

Tints of Paris Daisy #FEF251

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.94%

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

R = 44.02%
G = 41.94%
B = 14.04%

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

#FEF251 (or 0xFEF251) is known color: Paris Daisy. HEX triplet: FE, F2 and 51. RGB value is (254,242,81). Sum of RGB (Red+Green+Blue) = 254+242+81=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 81 (32.03% from 255 or 14.04% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF251 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF251 is #010DAE. Grayscale: #E3E3E3. Windows color (decimal): -69039 or 5370622. OLE color: 5370622.

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

Color convert

RGB 254 242 81 -
CMYK 0 0.05 0.68 0.00
HSL 55.84º 0.99% 0.66% -
HSV(B) 55.84º 0.68% 1% -
XYZ 74.11 85.17 20.32 -
YUV 227.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 254 242 81 0 0.05 0.68 0.00 55.84 0.99 0.66
Hex FE F2 51 0 5 44 0 38 63 42
Octal 376 362 121 0 5 104 0 70 143 102
Binary 11111110 11110010 1010001 0 101 1000100 0 111000 1100011 1000010

Color Harmonies of #FEF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF251

Black with #FEF251

Text Example


Text Example

White with #FEF251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF251; }

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

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

background-color css

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

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

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

border-color css

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

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

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