Html Css Color HEX #FFFE42 Paris Daisy

📋 copy color: '#FFFE42'

red 255 ◦ green 254 ◦ blue 66

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

Shades of Paris Daisy #FFFE42

Tints of Paris Daisy #FFFE42

RGB

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

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

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

R = 44.35%
G = 44.17%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFFE42 (or 0xFFFE42) is known color: Paris Daisy. HEX triplet: FF, FE and 42. RGB value is (255,254,66). Sum of RGB (Red+Green+Blue) = 255+254+66=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 66 (26.17% from 255 or 11.48% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE42 is #0001BD. Grayscale: #E9E9E9. Windows color (decimal): -446 or 4390655. OLE color: 4390655.

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

Color convert

RGB 255 254 66 -
CMYK 0 0.00 0.74 0
HSL 59.68º 1% 0.63% -
HSV(B) 59.68º 0.74% 1% -
XYZ 77.67 92.54 18.92 -
YUV 232.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 255 254 66 0 0.00 0.74 0 59.68 1 0.63
Hex FF FE 42 0 0 4A 0 3C 64 3F
Octal 377 376 102 0 0 112 0 74 144 77
Binary 11111111 11111110 1000010 0 0 1001010 0 111100 1100100 111111

Color Harmonies of #FFFE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFE42

Black with #FFFE42

Text Example


Text Example

White with #FFFE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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