Html Css Color HEX #FEF442 Paris Daisy

📋 copy color: '#FEF442'

red 254 ◦ green 244 ◦ blue 66

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

Shades of Paris Daisy #FEF442

Tints of Paris Daisy #FEF442

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.26%

 BLUE value IS 66 (26.17% from 255) = 11.7%

R = 45.04%
G = 43.26%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEF442 (or 0xFEF442) is known color: Paris Daisy. HEX triplet: FE, F4 and 42. RGB value is (254,244,66). Sum of RGB (Red+Green+Blue) = 254+244+66=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 66 (26.17% from 255 or 11.70% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF442 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF442 is #010BBD. Grayscale: #E3E3E3. Windows color (decimal): -68542 or 4388094. OLE color: 4388094.

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

Color convert

RGB 254 244 66 -
CMYK 0 0.04 0.74 0.00
HSL 56.81º 0.99% 0.63% -
HSV(B) 56.81º 0.74% 1% -
XYZ 74.21 86.17 17.87 -
YUV 226.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 254 244 66 0 0.04 0.74 0.00 56.81 0.99 0.63
Hex FE F4 42 0 4 4A 0 39 63 3F
Octal 376 364 102 0 4 112 0 71 143 77
Binary 11111110 11110100 1000010 0 100 1001010 0 111001 1100011 111111

Color Harmonies of #FEF442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF442

Black with #FEF442

Text Example


Text Example

White with #FEF442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF442; }

 p { color: rgb(254,244,66); }

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

background-color css

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

 a { background-color: rgb(254,244,66); }

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

border-color css

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

 span { border-color: rgb(254,244,66); }

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