Html Css Color HEX #FEF64E Paris Daisy

📋 copy color: '#FEF64E'

red 254 ◦ green 246 ◦ blue 78

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

Shades of Paris Daisy #FEF64E

Tints of Paris Daisy #FEF64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.49%

R = 43.94%
G = 42.56%
B = 13.49%

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

#FEF64E (or 0xFEF64E) is known color: Paris Daisy. HEX triplet: FE, F6 and 4E. RGB value is (254,246,78). Sum of RGB (Red+Green+Blue) = 254+246+78=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 78 (30.86% from 255 or 13.49% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF64E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF64E is #0109B1. Grayscale: #E5E5E5. Windows color (decimal): -68018 or 5175038. OLE color: 5175038.

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

Color convert

RGB 254 246 78 -
CMYK 0 0.03 0.69 0.00
HSL 57.27º 0.99% 0.65% -
HSV(B) 57.27º 0.69% 1% -
XYZ 75.2 87.53 20.14 -
YUV 229.24 42.65 145.66 -
System Red Green Blue C M Y K H S L
Decimal 254 246 78 0 0.03 0.69 0.00 57.27 0.99 0.65
Hex FE F6 4E 0 3 45 0 39 63 41
Octal 376 366 116 0 3 105 0 71 143 101
Binary 11111110 11110110 1001110 0 11 1000101 0 111001 1100011 1000001

Color Harmonies of #FEF64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF64E

Black with #FEF64E

Text Example


Text Example

White with #FEF64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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