Html Css Color HEX #FEE74A Paris Daisy

📋 copy color: '#FEE74A'

red 254 ◦ green 231 ◦ blue 74

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

Shades of Paris Daisy #FEE74A

Tints of Paris Daisy #FEE74A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.32%

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

R = 45.44%
G = 41.32%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEE74A (or 0xFEE74A) is known color: Paris Daisy. HEX triplet: FE, E7 and 4A. RGB value is (254,231,74). Sum of RGB (Red+Green+Blue) = 254+231+74=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 74 (29.30% from 255 or 13.24% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE74A is #0118B5. Grayscale: #DCDCDC. Windows color (decimal): -71862 or 4909054. OLE color: 4909054.

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

Color convert

RGB 254 231 74 -
CMYK 0 0.09 0.71 0.00
HSL 52.33º 0.99% 0.64% -
HSV(B) 52.33º 0.71% 1% -
XYZ 70.69 78.72 17.95 -
YUV 219.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 254 231 74 0 0.09 0.71 0.00 52.33 0.99 0.64
Hex FE E7 4A 0 9 47 0 34 63 40
Octal 376 347 112 0 11 107 0 64 143 100
Binary 11111110 11100111 1001010 0 1001 1000111 0 110100 1100011 1000000

Color Harmonies of #FEE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE74A

Black with #FEE74A

Text Example


Text Example

White with #FEE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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