Html Css Color HEX #FEF94F Paris Daisy

📋 copy color: '#FEF94F'

red 254 ◦ green 249 ◦ blue 79

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

Shades of Paris Daisy #FEF94F

Tints of Paris Daisy #FEF94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.57%

R = 43.64%
G = 42.78%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEF94F (or 0xFEF94F) is known color: Paris Daisy. HEX triplet: FE, F9 and 4F. RGB value is (254,249,79). Sum of RGB (Red+Green+Blue) = 254+249+79=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 79 (31.25% from 255 or 13.57% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF94F is #0106B0. Grayscale: #E7E7E7. Windows color (decimal): -67249 or 5241342. OLE color: 5241342.

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

Color convert

RGB 254 249 79 -
CMYK 0 0.02 0.69 0.00
HSL 58.29º 0.99% 0.65% -
HSV(B) 58.29º 0.69% 1% -
XYZ 76.16 89.39 20.64 -
YUV 231.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 254 249 79 0 0.02 0.69 0.00 58.29 0.99 0.65
Hex FE F9 4F 0 2 45 0 3A 63 41
Octal 376 371 117 0 2 105 0 72 143 101
Binary 11111110 11111001 1001111 0 10 1000101 0 111010 1100011 1000001

Color Harmonies of #FEF94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF94F

Black with #FEF94F

Text Example


Text Example

White with #FEF94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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