Html Css Color HEX #F8E255 Paris Daisy

📋 copy color: '#F8E255'

red 248 ◦ green 226 ◦ blue 85

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

Shades of Paris Daisy #F8E255

Tints of Paris Daisy #F8E255

RGB

 RED value IS 248 (97.27% from 255) = 44.36%

 GREEN value IS 226 (88.67% from 255) = 40.43%

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

R = 44.36%
G = 40.43%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F8E255 (or 0xF8E255) is known color: Paris Daisy. HEX triplet: F8, E2 and 55. RGB value is (248,226,85). Sum of RGB (Red+Green+Blue) = 248+226+85=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 85 (33.59% from 255 or 15.21% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E255 is #071DAA. Grayscale: #D9D9D9. Windows color (decimal): -466347 or 5628664. OLE color: 5628664.

HSL color Cylindrical-coordinate representation of color #F8E255: hue angle of 51.9º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8E255 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 226 85 -
CMYK 0 0.09 0.66 0.03
HSL 51.9º 0.92% 0.65% -
HSV(B) 51.9º 0.66% 0.97% -
XYZ 67.55 75.01 19.51 -
YUV 216.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 248 226 85 0 0.09 0.66 0.03 51.9 0.92 0.65
Hex F8 E2 55 0 9 42 3 34 5C 41
Octal 370 342 125 0 11 102 3 64 134 101
Binary 11111000 11100010 1010101 0 1001 1000010 11 110100 1011100 1000001

Color Harmonies of #F8E255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E255

Black with #F8E255

Text Example


Text Example

White with #F8E255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E255; }

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

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

background-color css

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

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

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

border-color css

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

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

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