Html Css Color HEX #FEF942 Paris Daisy

📋 copy color: '#FEF942'

red 254 ◦ green 249 ◦ blue 66

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

Shades of Paris Daisy #FEF942

Tints of Paris Daisy #FEF942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.76%

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

R = 44.64%
G = 43.76%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEF942 (or 0xFEF942) is known color: Paris Daisy. HEX triplet: FE, F9 and 42. RGB value is (254,249,66). Sum of RGB (Red+Green+Blue) = 254+249+66=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 66 (26.17% from 255 or 11.60% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF942 is #0106BD. Grayscale: #E6E6E6. Windows color (decimal): -67262 or 4389374. OLE color: 4389374.

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

Color convert

RGB 254 249 66 -
CMYK 0 0.02 0.74 0.00
HSL 58.4º 0.99% 0.63% -
HSV(B) 58.4º 0.74% 1% -
XYZ 75.73 89.22 18.38 -
YUV 229.63 35.66 145.38 -
System Red Green Blue C M Y K H S L
Decimal 254 249 66 0 0.02 0.74 0.00 58.4 0.99 0.63
Hex FE F9 42 0 2 4A 0 3A 63 3F
Octal 376 371 102 0 2 112 0 72 143 77
Binary 11111110 11111001 1000010 0 10 1001010 0 111010 1100011 111111

Color Harmonies of #FEF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF942

Black with #FEF942

Text Example


Text Example

White with #FEF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF942; }

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

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

background-color css

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

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

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

border-color css

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

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

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