Html Css Color HEX #FEF742 Paris Daisy

📋 copy color: '#FEF742'

red 254 ◦ green 247 ◦ blue 66

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

Shades of Paris Daisy #FEF742

Tints of Paris Daisy #FEF742

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.56%

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

R = 44.8%
G = 43.56%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FEF742 (or 0xFEF742) is known color: Paris Daisy. HEX triplet: FE, F7 and 42. RGB value is (254,247,66). Sum of RGB (Red+Green+Blue) = 254+247+66=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 66 (26.17% from 255 or 11.64% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF742 is #0108BD. Grayscale: #E5E5E5. Windows color (decimal): -67774 or 4388862. OLE color: 4388862.

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

Color convert

RGB 254 247 66 -
CMYK 0 0.03 0.74 0.00
HSL 57.77º 0.99% 0.63% -
HSV(B) 57.77º 0.74% 1% -
XYZ 75.12 87.99 18.18 -
YUV 228.46 36.32 146.22 -
System Red Green Blue C M Y K H S L
Decimal 254 247 66 0 0.03 0.74 0.00 57.77 0.99 0.63
Hex FE F7 42 0 3 4A 0 3A 63 3F
Octal 376 367 102 0 3 112 0 72 143 77
Binary 11111110 11110111 1000010 0 11 1001010 0 111010 1100011 111111

Color Harmonies of #FEF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF742

Black with #FEF742

Text Example


Text Example

White with #FEF742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF742; }

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

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

background-color css

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

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

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

border-color css

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

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

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