Html Css Color HEX #FEF641 Paris Daisy

📋 copy color: '#FEF641'

red 254 ◦ green 246 ◦ blue 65

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

Shades of Paris Daisy #FEF641

Tints of Paris Daisy #FEF641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.5%

R = 44.96%
G = 43.54%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEF641 (or 0xFEF641) is known color: Paris Daisy. HEX triplet: FE, F6 and 41. RGB value is (254,246,65). Sum of RGB (Red+Green+Blue) = 254+246+65=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 65 (25.78% from 255 or 11.50% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF641 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF641 is #0109BE. Grayscale: #E4E4E4. Windows color (decimal): -68031 or 4323070. OLE color: 4323070.

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

Color convert

RGB 254 246 65 -
CMYK 0 0.03 0.74 0.00
HSL 57.46º 0.99% 0.63% -
HSV(B) 57.46º 0.74% 1% -
XYZ 74.78 87.36 17.92 -
YUV 227.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 254 246 65 0 0.03 0.74 0.00 57.46 0.99 0.63
Hex FE F6 41 0 3 4A 0 39 63 3F
Octal 376 366 101 0 3 112 0 71 143 77
Binary 11111110 11110110 1000001 0 11 1001010 0 111001 1100011 111111

Color Harmonies of #FEF641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF641

Black with #FEF641

Text Example


Text Example

White with #FEF641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF641; }

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

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

background-color css

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

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

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

border-color css

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

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

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