Html Css Color HEX #FEF148 Paris Daisy

📋 copy color: '#FEF148'

red 254 ◦ green 241 ◦ blue 72

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

Shades of Paris Daisy #FEF148

Tints of Paris Daisy #FEF148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.7%

R = 44.8%
G = 42.5%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEF148 (or 0xFEF148) is known color: Paris Daisy. HEX triplet: FE, F1 and 48. RGB value is (254,241,72). Sum of RGB (Red+Green+Blue) = 254+241+72=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 72 (28.52% from 255 or 12.70% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF148 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF148 is #010EB7. Grayscale: #E2E2E2. Windows color (decimal): -69304 or 4780542. OLE color: 4780542.

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

Color convert

RGB 254 241 72 -
CMYK 0 0.05 0.72 0.00
HSL 55.71º 0.99% 0.64% -
HSV(B) 55.71º 0.72% 1% -
XYZ 73.5 84.45 18.56 -
YUV 225.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 254 241 72 0 0.05 0.72 0.00 55.71 0.99 0.64
Hex FE F1 48 0 5 48 0 38 63 40
Octal 376 361 110 0 5 110 0 70 143 100
Binary 11111110 11110001 1001000 0 101 1001000 0 111000 1100011 1000000

Color Harmonies of #FEF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF148

Black with #FEF148

Text Example


Text Example

White with #FEF148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF148; }

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

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

background-color css

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

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

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

border-color css

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

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

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