Html Css Color HEX #FEF94A Paris Daisy

📋 copy color: '#FEF94A'

red 254 ◦ green 249 ◦ blue 74

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

Shades of Paris Daisy #FEF94A

Tints of Paris Daisy #FEF94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.15%

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

R = 44.02%
G = 43.15%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEF94A (or 0xFEF94A) is known color: Paris Daisy. HEX triplet: FE, F9 and 4A. RGB value is (254,249,74). Sum of RGB (Red+Green+Blue) = 254+249+74=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 74 (29.30% from 255 or 12.82% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF94A is #0106B5. Grayscale: #E7E7E7. Windows color (decimal): -67254 or 4913662. OLE color: 4913662.

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

Color convert

RGB 254 249 74 -
CMYK 0 0.02 0.71 0.00
HSL 58.33º 0.99% 0.64% -
HSV(B) 58.33º 0.71% 1% -
XYZ 75.98 89.32 19.71 -
YUV 230.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 254 249 74 0 0.02 0.71 0.00 58.33 0.99 0.64
Hex FE F9 4A 0 2 47 0 3A 63 40
Octal 376 371 112 0 2 107 0 72 143 100
Binary 11111110 11111001 1001010 0 10 1000111 0 111010 1100011 1000000

Color Harmonies of #FEF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF94A

Black with #FEF94A

Text Example


Text Example

White with #FEF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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