Html Css Color HEX #FEF546 Paris Daisy

📋 copy color: '#FEF546'

red 254 ◦ green 245 ◦ blue 70

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

Shades of Paris Daisy #FEF546

Tints of Paris Daisy #FEF546

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.06%

 BLUE value IS 70 (27.73% from 255) = 12.3%

R = 44.64%
G = 43.06%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEF546 (or 0xFEF546) is known color: Paris Daisy. HEX triplet: FE, F5 and 46. RGB value is (254,245,70). Sum of RGB (Red+Green+Blue) = 254+245+70=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 70 (27.73% from 255 or 12.30% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF546 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF546 is #010AB9. Grayscale: #E4E4E4. Windows color (decimal): -68282 or 4650494. OLE color: 4650494.

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

Color convert

RGB 254 245 70 -
CMYK 0 0.04 0.72 0.00
HSL 57.07º 0.99% 0.64% -
HSV(B) 57.07º 0.72% 1% -
XYZ 74.63 86.82 18.62 -
YUV 227.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 254 245 70 0 0.04 0.72 0.00 57.07 0.99 0.64
Hex FE F5 46 0 4 48 0 39 63 40
Octal 376 365 106 0 4 110 0 71 143 100
Binary 11111110 11110101 1000110 0 100 1001000 0 111001 1100011 1000000

Color Harmonies of #FEF546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF546

Black with #FEF546

Text Example


Text Example

White with #FEF546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF546; }

 p { color: rgb(254,245,70); }

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

background-color css

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

 a { background-color: rgb(254,245,70); }

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

border-color css

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

 span { border-color: rgb(254,245,70); }

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