Html Css Color HEX #FEF44A Paris Daisy

📋 copy color: '#FEF44A'

red 254 ◦ green 244 ◦ blue 74

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

Shades of Paris Daisy #FEF44A

Tints of Paris Daisy #FEF44A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.66%

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

R = 44.41%
G = 42.66%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEF44A (or 0xFEF44A) is known color: Paris Daisy. HEX triplet: FE, F4 and 4A. RGB value is (254,244,74). Sum of RGB (Red+Green+Blue) = 254+244+74=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 74 (29.30% from 255 or 12.94% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF44A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF44A is #010BB5. Grayscale: #E4E4E4. Windows color (decimal): -68534 or 4912382. OLE color: 4912382.

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

Color convert

RGB 254 244 74 -
CMYK 0 0.04 0.71 0.00
HSL 56.67º 0.99% 0.64% -
HSV(B) 56.67º 0.71% 1% -
XYZ 74.46 86.27 19.21 -
YUV 227.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 254 244 74 0 0.04 0.71 0.00 56.67 0.99 0.64
Hex FE F4 4A 0 4 47 0 39 63 40
Octal 376 364 112 0 4 107 0 71 143 100
Binary 11111110 11110100 1001010 0 100 1000111 0 111001 1100011 1000000

Color Harmonies of #FEF44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF44A

Black with #FEF44A

Text Example


Text Example

White with #FEF44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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