Html Css Color HEX #FEF044 Paris Daisy

📋 copy color: '#FEF044'

red 254 ◦ green 240 ◦ blue 68

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

Shades of Paris Daisy #FEF044

Tints of Paris Daisy #FEF044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.1%

R = 45.2%
G = 42.7%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEF044 (or 0xFEF044) is known color: Paris Daisy. HEX triplet: FE, F0 and 44. RGB value is (254,240,68). Sum of RGB (Red+Green+Blue) = 254+240+68=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 68 (26.95% from 255 or 12.10% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF044 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF044 is #010FBB. Grayscale: #E1E1E1. Windows color (decimal): -69564 or 4518142. OLE color: 4518142.

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

Color convert

RGB 254 240 68 -
CMYK 0 0.06 0.73 0.00
HSL 55.48º 0.99% 0.63% -
HSV(B) 55.48º 0.73% 1% -
XYZ 73.08 83.81 17.79 -
YUV 224.58 39.64 148.99 -
System Red Green Blue C M Y K H S L
Decimal 254 240 68 0 0.06 0.73 0.00 55.48 0.99 0.63
Hex FE F0 44 0 6 49 0 37 63 3F
Octal 376 360 104 0 6 111 0 67 143 77
Binary 11111110 11110000 1000100 0 110 1001001 0 110111 1100011 111111

Color Harmonies of #FEF044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF044

Black with #FEF044

Text Example


Text Example

White with #FEF044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF044; }

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

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

background-color css

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

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

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

border-color css

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

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

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