Html Css Color HEX #FEFE3E Paris Daisy

📋 copy color: '#FEFE3E'

red 254 ◦ green 254 ◦ blue 62

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

Shades of Paris Daisy #FEFE3E

Tints of Paris Daisy #FEFE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 10.88%

R = 44.56%
G = 44.56%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEFE3E (or 0xFEFE3E) is known color: Paris Daisy. HEX triplet: FE, FE and 3E. RGB value is (254,254,62). Sum of RGB (Red+Green+Blue) = 254+254+62=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 62 (24.61% from 255 or 10.88% from 570); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE3E is #0101C1. Grayscale: #E8E8E8. Windows color (decimal): -65986 or 4128510. OLE color: 4128510.

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

Color convert

RGB 254 254 62 -
CMYK 0 0 0.76 0.00
HSL 60º 0.99% 0.62% -
HSV(B) 60º 0.76% 1% -
XYZ 77.18 92.3 18.31 -
YUV 232.11 32 143.61 -
System Red Green Blue C M Y K H S L
Decimal 254 254 62 0 0 0.76 0.00 60 0.99 0.62
Hex FE FE 3E 0 0 4C 0 3C 63 3E
Octal 376 376 76 0 0 114 0 74 143 76
Binary 11111110 11111110 111110 0 0 1001100 0 111100 1100011 111110

Color Harmonies of #FEFE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE3E

Black with #FEFE3E

Text Example


Text Example

White with #FEFE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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