Html Css Color HEX #FEFE46 Paris Daisy

📋 copy color: '#FEFE46'

red 254 ◦ green 254 ◦ blue 70

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

Shades of Paris Daisy #FEFE46

Tints of Paris Daisy #FEFE46

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.94%

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

R = 43.94%
G = 43.94%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEFE46 (or 0xFEFE46) is known color: Paris Daisy. HEX triplet: FE, FE and 46. RGB value is (254,254,70). Sum of RGB (Red+Green+Blue) = 254+254+70=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 70 (27.73% from 255 or 12.11% from 578); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE46 is #0101B9. Grayscale: #E9E9E9. Windows color (decimal): -65978 or 4652798. OLE color: 4652798.

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

Color convert

RGB 254 254 70 -
CMYK 0 0 0.72 0.00
HSL 60º 0.99% 0.64% -
HSV(B) 60º 0.72% 1% -
XYZ 77.42 92.4 19.55 -
YUV 233.02 36 142.96 -
System Red Green Blue C M Y K H S L
Decimal 254 254 70 0 0 0.72 0.00 60 0.99 0.64
Hex FE FE 46 0 0 48 0 3C 63 40
Octal 376 376 106 0 0 110 0 74 143 100
Binary 11111110 11111110 1000110 0 0 1001000 0 111100 1100011 1000000

Color Harmonies of #FEFE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE46

Black with #FEFE46

Text Example


Text Example

White with #FEFE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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