Html Css Color HEX #FEF64F Paris Daisy

📋 copy color: '#FEF64F'

red 254 ◦ green 246 ◦ blue 79

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

Shades of Paris Daisy #FEF64F

Tints of Paris Daisy #FEF64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.49%

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

R = 43.87%
G = 42.49%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEF64F (or 0xFEF64F) is known color: Paris Daisy. HEX triplet: FE, F6 and 4F. RGB value is (254,246,79). Sum of RGB (Red+Green+Blue) = 254+246+79=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 79 (31.25% from 255 or 13.64% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF64F is #0109B0. Grayscale: #E6E6E6. Windows color (decimal): -68017 or 5240574. OLE color: 5240574.

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

Color convert

RGB 254 246 79 -
CMYK 0 0.03 0.69 0.00
HSL 57.26º 0.99% 0.65% -
HSV(B) 57.26º 0.69% 1% -
XYZ 75.24 87.55 20.33 -
YUV 229.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 254 246 79 0 0.03 0.69 0.00 57.26 0.99 0.65
Hex FE F6 4F 0 3 45 0 39 63 41
Octal 376 366 117 0 3 105 0 71 143 101
Binary 11111110 11110110 1001111 0 11 1000101 0 111001 1100011 1000001

Color Harmonies of #FEF64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF64F

Black with #FEF64F

Text Example


Text Example

White with #FEF64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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