Html Css Color HEX #FEF041 Paris Daisy

📋 copy color: '#FEF041'

red 254 ◦ green 240 ◦ blue 65

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

Shades of Paris Daisy #FEF041

Tints of Paris Daisy #FEF041

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.93%

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

R = 45.44%
G = 42.93%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEF041 (or 0xFEF041) is known color: Paris Daisy. HEX triplet: FE, F0 and 41. RGB value is (254,240,65). Sum of RGB (Red+Green+Blue) = 254+240+65=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 65 (25.78% from 255 or 11.63% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF041 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF041 is #010FBE. Grayscale: #E0E0E0. Windows color (decimal): -69567 or 4321534. OLE color: 4321534.

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

Color convert

RGB 254 240 65 -
CMYK 0 0.06 0.74 0.00
HSL 55.56º 0.99% 0.63% -
HSV(B) 55.56º 0.74% 1% -
XYZ 72.99 83.77 17.32 -
YUV 224.24 38.14 149.23 -
System Red Green Blue C M Y K H S L
Decimal 254 240 65 0 0.06 0.74 0.00 55.56 0.99 0.63
Hex FE F0 41 0 6 4A 0 38 63 3F
Octal 376 360 101 0 6 112 0 70 143 77
Binary 11111110 11110000 1000001 0 110 1001010 0 111000 1100011 111111

Color Harmonies of #FEF041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF041

Black with #FEF041

Text Example


Text Example

White with #FEF041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF041; }

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

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

background-color css

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

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

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

border-color css

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

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

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