Html Css Color HEX #FFFE46 Paris Daisy

📋 copy color: '#FFFE46'

red 255 ◦ green 254 ◦ blue 70

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

Shades of Paris Daisy #FFFE46

Tints of Paris Daisy #FFFE46

RGB

 RED value IS 255 (100% from 255) = 44.04%

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

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

R = 44.04%
G = 43.87%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFFE46 (or 0xFFFE46) is known color: Paris Daisy. HEX triplet: FF, FE and 46. RGB value is (255,254,70). Sum of RGB (Red+Green+Blue) = 255+254+70=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 70 (27.73% from 255 or 12.09% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE46 is #0001B9. Grayscale: #EAEAEA. Windows color (decimal): -442 or 4652799. OLE color: 4652799.

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

Color convert

RGB 255 254 70 -
CMYK 0 0.00 0.73 0
HSL 59.68º 1% 0.64% -
HSV(B) 59.68º 0.73% 1% -
XYZ 77.79 92.59 19.57 -
YUV 233.32 35.83 143.46 -
System Red Green Blue C M Y K H S L
Decimal 255 254 70 0 0.00 0.73 0 59.68 1 0.64
Hex FF FE 46 0 0 49 0 3C 64 40
Octal 377 376 106 0 0 111 0 74 144 100
Binary 11111111 11111110 1000110 0 0 1001001 0 111100 1100100 1000000

Color Harmonies of #FFFE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE46

Black with #FFFE46

Text Example


Text Example

White with #FFFE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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