Html Css Color HEX #FEF346 Paris Daisy

📋 copy color: '#FEF346'

red 254 ◦ green 243 ◦ blue 70

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

Shades of Paris Daisy #FEF346

Tints of Paris Daisy #FEF346

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.86%

 BLUE value IS 70 (27.73% from 255) = 12.35%

R = 44.8%
G = 42.86%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEF346 (or 0xFEF346) is known color: Paris Daisy. HEX triplet: FE, F3 and 46. RGB value is (254,243,70). Sum of RGB (Red+Green+Blue) = 254+243+70=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 70 (27.73% from 255 or 12.35% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF346 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF346 is #010CB9. Grayscale: #E3E3E3. Windows color (decimal): -68794 or 4649982. OLE color: 4649982.

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

Color convert

RGB 254 243 70 -
CMYK 0 0.04 0.72 0.00
HSL 56.41º 0.99% 0.64% -
HSV(B) 56.41º 0.72% 1% -
XYZ 74.03 85.61 18.42 -
YUV 226.57 39.64 147.57 -
System Red Green Blue C M Y K H S L
Decimal 254 243 70 0 0.04 0.72 0.00 56.41 0.99 0.64
Hex FE F3 46 0 4 48 0 38 63 40
Octal 376 363 106 0 4 110 0 70 143 100
Binary 11111110 11110011 1000110 0 100 1001000 0 111000 1100011 1000000

Color Harmonies of #FEF346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF346

Black with #FEF346

Text Example


Text Example

White with #FEF346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF346; }

 p { color: rgb(254,243,70); }

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

background-color css

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

 a { background-color: rgb(254,243,70); }

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

border-color css

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

 span { border-color: rgb(254,243,70); }

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