Html Css Color HEX #FEFE3F Paris Daisy

📋 copy color: '#FEFE3F'

red 254 ◦ green 254 ◦ blue 63

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

Shades of Paris Daisy #FEFE3F

Tints of Paris Daisy #FEFE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.03%

R = 44.48%
G = 44.48%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEFE3F (or 0xFEFE3F) is known color: Paris Daisy. HEX triplet: FE, FE and 3F. RGB value is (254,254,63). Sum of RGB (Red+Green+Blue) = 254+254+63=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 63 (25% from 255 or 11.03% from 571); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE3F is #0101C0. Grayscale: #E8E8E8. Windows color (decimal): -65985 or 4194046. OLE color: 4194046.

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

Color convert

RGB 254 254 63 -
CMYK 0 0 0.75 0.00
HSL 60º 0.99% 0.62% -
HSV(B) 60º 0.75% 1% -
XYZ 77.21 92.31 18.45 -
YUV 232.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 254 254 63 0 0 0.75 0.00 60 0.99 0.62
Hex FE FE 3F 0 0 4B 0 3C 63 3E
Octal 376 376 77 0 0 113 0 74 143 76
Binary 11111110 11111110 111111 0 0 1001011 0 111100 1100011 111110

Color Harmonies of #FEFE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE3F

Black with #FEFE3F

Text Example


Text Example

White with #FEFE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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