Html Css Color HEX #FEEF46 Paris Daisy

📋 copy color: '#FEEF46'

red 254 ◦ green 239 ◦ blue 70

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

Shades of Paris Daisy #FEEF46

Tints of Paris Daisy #FEEF46

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.45%

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

R = 45.12%
G = 42.45%
B = 12.43%

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

#FEEF46 (or 0xFEEF46) is known color: Paris Daisy. HEX triplet: FE, EF and 46. RGB value is (254,239,70). Sum of RGB (Red+Green+Blue) = 254+239+70=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 70 (27.73% from 255 or 12.43% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF46 is #0110B9. Grayscale: #E0E0E0. Windows color (decimal): -69818 or 4648958. OLE color: 4648958.

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

Color convert

RGB 254 239 70 -
CMYK 0 0.06 0.72 0.00
HSL 55.11º 0.99% 0.64% -
HSV(B) 55.11º 0.72% 1% -
XYZ 72.85 83.25 18.02 -
YUV 224.22 40.97 149.24 -
System Red Green Blue C M Y K H S L
Decimal 254 239 70 0 0.06 0.72 0.00 55.11 0.99 0.64
Hex FE EF 46 0 6 48 0 37 63 40
Octal 376 357 106 0 6 110 0 67 143 100
Binary 11111110 11101111 1000110 0 110 1001000 0 110111 1100011 1000000

Color Harmonies of #FEEF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF46

Black with #FEEF46

Text Example


Text Example

White with #FEEF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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