Html Css Color HEX #FEF046 Paris Daisy

📋 copy color: '#FEF046'

red 254 ◦ green 240 ◦ blue 70

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

Shades of Paris Daisy #FEF046

Tints of Paris Daisy #FEF046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.55%

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

R = 45.04%
G = 42.55%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEF046 (or 0xFEF046) is known color: Paris Daisy. HEX triplet: FE, F0 and 46. RGB value is (254,240,70). Sum of RGB (Red+Green+Blue) = 254+240+70=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 70 (27.73% from 255 or 12.41% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF046 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF046 is #010FB9. Grayscale: #E1E1E1. Windows color (decimal): -69562 or 4649214. OLE color: 4649214.

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

Color convert

RGB 254 240 70 -
CMYK 0 0.06 0.72 0.00
HSL 55.43º 0.99% 0.64% -
HSV(B) 55.43º 0.72% 1% -
XYZ 73.14 83.83 18.12 -
YUV 224.81 40.64 148.82 -
System Red Green Blue C M Y K H S L
Decimal 254 240 70 0 0.06 0.72 0.00 55.43 0.99 0.64
Hex FE F0 46 0 6 48 0 37 63 40
Octal 376 360 106 0 6 110 0 67 143 100
Binary 11111110 11110000 1000110 0 110 1001000 0 110111 1100011 1000000

Color Harmonies of #FEF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF046

Black with #FEF046

Text Example


Text Example

White with #FEF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF046; }

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

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

background-color css

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

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

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

border-color css

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

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

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