Html Css Color HEX #FEF655 Paris Daisy

📋 copy color: '#FEF655'

red 254 ◦ green 246 ◦ blue 85

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

Shades of Paris Daisy #FEF655

Tints of Paris Daisy #FEF655

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.05%

 BLUE value IS 85 (33.59% from 255) = 14.53%

R = 43.42%
G = 42.05%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEF655 (or 0xFEF655) is known color: Paris Daisy. HEX triplet: FE, F6 and 55. RGB value is (254,246,85). Sum of RGB (Red+Green+Blue) = 254+246+85=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 85 (33.59% from 255 or 14.53% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF655 is #0109AA. Grayscale: #E6E6E6. Windows color (decimal): -68011 or 5633790. OLE color: 5633790.

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

Color convert

RGB 254 246 85 -
CMYK 0 0.03 0.67 0.00
HSL 57.16º 0.99% 0.66% -
HSV(B) 57.16º 0.67% 1% -
XYZ 75.47 87.64 21.53 -
YUV 230.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 254 246 85 0 0.03 0.67 0.00 57.16 0.99 0.66
Hex FE F6 55 0 3 43 0 39 63 42
Octal 376 366 125 0 3 103 0 71 143 102
Binary 11111110 11110110 1010101 0 11 1000011 0 111001 1100011 1000010

Color Harmonies of #FEF655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF655

Black with #FEF655

Text Example


Text Example

White with #FEF655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF655; }

 p { color: rgb(254,246,85); }

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

background-color css

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

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

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

border-color css

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

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

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