Html Css Color HEX #FEF542 Paris Daisy

📋 copy color: '#FEF542'

red 254 ◦ green 245 ◦ blue 66

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

Shades of Paris Daisy #FEF542

Tints of Paris Daisy #FEF542

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.36%

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

R = 44.96%
G = 43.36%
B = 11.68%

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

#FEF542 (or 0xFEF542) is known color: Paris Daisy. HEX triplet: FE, F5 and 42. RGB value is (254,245,66). Sum of RGB (Red+Green+Blue) = 254+245+66=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 66 (26.17% from 255 or 11.68% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF542 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF542 is #010ABD. Grayscale: #E4E4E4. Windows color (decimal): -68286 or 4388350. OLE color: 4388350.

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

Color convert

RGB 254 245 66 -
CMYK 0 0.04 0.74 0.00
HSL 57.13º 0.99% 0.63% -
HSV(B) 57.13º 0.74% 1% -
XYZ 74.51 86.77 17.98 -
YUV 227.29 36.98 147.05 -
System Red Green Blue C M Y K H S L
Decimal 254 245 66 0 0.04 0.74 0.00 57.13 0.99 0.63
Hex FE F5 42 0 4 4A 0 39 63 3F
Octal 376 365 102 0 4 112 0 71 143 77
Binary 11111110 11110101 1000010 0 100 1001010 0 111001 1100011 111111

Color Harmonies of #FEF542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF542

Black with #FEF542

Text Example


Text Example

White with #FEF542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF542; }

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

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

background-color css

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

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

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

border-color css

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

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

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