Html Css Color HEX #FEEF4C Paris Daisy

📋 copy color: '#FEEF4C'

red 254 ◦ green 239 ◦ blue 76

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

Shades of Paris Daisy #FEEF4C

Tints of Paris Daisy #FEEF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.36%

R = 44.64%
G = 42%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEEF4C (or 0xFEEF4C) is known color: Paris Daisy. HEX triplet: FE, EF and 4C. RGB value is (254,239,76). Sum of RGB (Red+Green+Blue) = 254+239+76=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 76 (30.08% from 255 or 13.36% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF4C is #0110B3. Grayscale: #E1E1E1. Windows color (decimal): -69812 or 5042174. OLE color: 5042174.

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

Color convert

RGB 254 239 76 -
CMYK 0 0.06 0.70 0.00
HSL 54.94º 0.99% 0.65% -
HSV(B) 54.94º 0.7% 1% -
XYZ 73.04 83.33 19.07 -
YUV 224.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 254 239 76 0 0.06 0.70 0.00 54.94 0.99 0.65
Hex FE EF 4C 0 6 46 0 37 63 41
Octal 376 357 114 0 6 106 0 67 143 101
Binary 11111110 11101111 1001100 0 110 1000110 0 110111 1100011 1000001

Color Harmonies of #FEEF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF4C

Black with #FEEF4C

Text Example


Text Example

White with #FEEF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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