Html Css Color HEX #FEF64A Paris Daisy

📋 copy color: '#FEF64A'

red 254 ◦ green 246 ◦ blue 74

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

Shades of Paris Daisy #FEF64A

Tints of Paris Daisy #FEF64A

RGB

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

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

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

R = 44.25%
G = 42.86%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEF64A (or 0xFEF64A) is known color: Paris Daisy. HEX triplet: FE, F6 and 4A. RGB value is (254,246,74). Sum of RGB (Red+Green+Blue) = 254+246+74=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 74 (29.30% from 255 or 12.89% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF64A is #0109B5. Grayscale: #E5E5E5. Windows color (decimal): -68022 or 4912894. OLE color: 4912894.

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

Color convert

RGB 254 246 74 -
CMYK 0 0.03 0.71 0.00
HSL 57.33º 0.99% 0.64% -
HSV(B) 57.33º 0.71% 1% -
XYZ 75.06 87.48 19.41 -
YUV 228.78 40.65 145.99 -
System Red Green Blue C M Y K H S L
Decimal 254 246 74 0 0.03 0.71 0.00 57.33 0.99 0.64
Hex FE F6 4A 0 3 47 0 39 63 40
Octal 376 366 112 0 3 107 0 71 143 100
Binary 11111110 11110110 1001010 0 11 1000111 0 111001 1100011 1000000

Color Harmonies of #FEF64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF64A

Black with #FEF64A

Text Example


Text Example

White with #FEF64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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