Html Css Color HEX #FEF14D Paris Daisy

📋 copy color: '#FEF14D'

red 254 ◦ green 241 ◦ blue 77

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

Shades of Paris Daisy #FEF14D

Tints of Paris Daisy #FEF14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.46%

R = 44.41%
G = 42.13%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF14D (or 0xFEF14D) is known color: Paris Daisy. HEX triplet: FE, F1 and 4D. RGB value is (254,241,77). Sum of RGB (Red+Green+Blue) = 254+241+77=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 77 (30.47% from 255 or 13.46% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF14D is #010EB2. Grayscale: #E2E2E2. Windows color (decimal): -69299 or 5108222. OLE color: 5108222.

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

Color convert

RGB 254 241 77 -
CMYK 0 0.05 0.70 0.00
HSL 55.59º 0.99% 0.65% -
HSV(B) 55.59º 0.7% 1% -
XYZ 73.67 84.52 19.45 -
YUV 226.19 43.81 147.84 -
System Red Green Blue C M Y K H S L
Decimal 254 241 77 0 0.05 0.70 0.00 55.59 0.99 0.65
Hex FE F1 4D 0 5 46 0 38 63 41
Octal 376 361 115 0 5 106 0 70 143 101
Binary 11111110 11110001 1001101 0 101 1000110 0 111000 1100011 1000001

Color Harmonies of #FEF14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF14D

Black with #FEF14D

Text Example


Text Example

White with #FEF14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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