Html Css Color HEX #FEF34A Paris Daisy

📋 copy color: '#FEF34A'

red 254 ◦ green 243 ◦ blue 74

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

Shades of Paris Daisy #FEF34A

Tints of Paris Daisy #FEF34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.56%

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

R = 44.48%
G = 42.56%
B = 12.96%

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

#FEF34A (or 0xFEF34A) is known color: Paris Daisy. HEX triplet: FE, F3 and 4A. RGB value is (254,243,74). Sum of RGB (Red+Green+Blue) = 254+243+74=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 74 (29.30% from 255 or 12.96% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF34A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF34A is #010CB5. Grayscale: #E3E3E3. Windows color (decimal): -68790 or 4912126. OLE color: 4912126.

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

Color convert

RGB 254 243 74 -
CMYK 0 0.04 0.71 0.00
HSL 56.33º 0.99% 0.64% -
HSV(B) 56.33º 0.71% 1% -
XYZ 74.16 85.67 19.11 -
YUV 227.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 254 243 74 0 0.04 0.71 0.00 56.33 0.99 0.64
Hex FE F3 4A 0 4 47 0 38 63 40
Octal 376 363 112 0 4 107 0 70 143 100
Binary 11111110 11110011 1001010 0 100 1000111 0 111000 1100011 1000000

Color Harmonies of #FEF34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF34A

Black with #FEF34A

Text Example


Text Example

White with #FEF34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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