Html Css Color HEX #FEF855 Paris Daisy

📋 copy color: '#FEF855'

red 254 ◦ green 248 ◦ blue 85

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

Shades of Paris Daisy #FEF855

Tints of Paris Daisy #FEF855

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.25%

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

R = 43.27%
G = 42.25%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEF855 (or 0xFEF855) is known color: Paris Daisy. HEX triplet: FE, F8 and 55. RGB value is (254,248,85). Sum of RGB (Red+Green+Blue) = 254+248+85=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 85 (33.59% from 255 or 14.48% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF855 is #0107AA. Grayscale: #E7E7E7. Windows color (decimal): -67499 or 5634302. OLE color: 5634302.

HSL color Cylindrical-coordinate representation of color #FEF855: hue angle of 57.87º 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 #FEF855 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 85 -
CMYK 0 0.02 0.67 0.00
HSL 57.87º 0.99% 0.66% -
HSV(B) 57.87º 0.67% 1% -
XYZ 76.08 88.86 21.74 -
YUV 231.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 254 248 85 0 0.02 0.67 0.00 57.87 0.99 0.66
Hex FE F8 55 0 2 43 0 3A 63 42
Octal 376 370 125 0 2 103 0 72 143 102
Binary 11111110 11111000 1010101 0 10 1000011 0 111010 1100011 1000010

Color Harmonies of #FEF855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF855

Black with #FEF855

Text Example


Text Example

White with #FEF855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF855; }

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

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

background-color css

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

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

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

border-color css

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

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

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