Html Css Color HEX #FEEF4A Paris Daisy

📋 copy color: '#FEEF4A'

red 254 ◦ green 239 ◦ blue 74

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

Shades of Paris Daisy #FEEF4A

Tints of Paris Daisy #FEEF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.05%

R = 44.8%
G = 42.15%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEEF4A (or 0xFEEF4A) is known color: Paris Daisy. HEX triplet: FE, EF and 4A. RGB value is (254,239,74). Sum of RGB (Red+Green+Blue) = 254+239+74=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 74 (29.30% from 255 or 13.05% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF4A is #0110B5. Grayscale: #E1E1E1. Windows color (decimal): -69814 or 4911102. OLE color: 4911102.

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

Color convert

RGB 254 239 74 -
CMYK 0 0.06 0.71 0.00
HSL 55º 0.99% 0.64% -
HSV(B) 55º 0.71% 1% -
XYZ 72.98 83.3 18.71 -
YUV 224.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 254 239 74 0 0.06 0.71 0.00 55 0.99 0.64
Hex FE EF 4A 0 6 47 0 37 63 40
Octal 376 357 112 0 6 107 0 67 143 100
Binary 11111110 11101111 1001010 0 110 1000111 0 110111 1100011 1000000

Color Harmonies of #FEEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEF4A

Black with #FEEF4A

Text Example


Text Example

White with #FEEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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