Html Css Color HEX #FEF94C Paris Daisy

📋 copy color: '#FEF94C'

red 254 ◦ green 249 ◦ blue 76

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

Shades of Paris Daisy #FEF94C

Tints of Paris Daisy #FEF94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.13%

R = 43.87%
G = 43.01%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF94C (or 0xFEF94C) is known color: Paris Daisy. HEX triplet: FE, F9 and 4C. RGB value is (254,249,76). Sum of RGB (Red+Green+Blue) = 254+249+76=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 76 (30.08% from 255 or 13.13% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF94C is #0106B3. Grayscale: #E7E7E7. Windows color (decimal): -67252 or 5044734. OLE color: 5044734.

HSL color Cylindrical-coordinate representation of color #FEF94C: hue angle of 58.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEF94C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 249 76 -
CMYK 0 0.02 0.70 0.00
HSL 58.31º 0.99% 0.65% -
HSV(B) 58.31º 0.7% 1% -
XYZ 76.05 89.34 20.07 -
YUV 230.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 254 249 76 0 0.02 0.70 0.00 58.31 0.99 0.65
Hex FE F9 4C 0 2 46 0 3A 63 41
Octal 376 371 114 0 2 106 0 72 143 101
Binary 11111110 11111001 1001100 0 10 1000110 0 111010 1100011 1000001

Color Harmonies of #FEF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF94C

Black with #FEF94C

Text Example


Text Example

White with #FEF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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