Html Css Color HEX #F8ED54 Paris Daisy

📋 copy color: '#F8ED54'

red 248 ◦ green 237 ◦ blue 84

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

Shades of Paris Daisy #F8ED54

Tints of Paris Daisy #F8ED54

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

 BLUE value IS 84 (33.2% from 255) = 14.76%

R = 43.59%
G = 41.65%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F8ED54 (or 0xF8ED54) is known color: Paris Daisy. HEX triplet: F8, ED and 54. RGB value is (248,237,84). Sum of RGB (Red+Green+Blue) = 248+237+84=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 84 (33.20% from 255 or 14.76% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8ED54 is #0712AB. Grayscale: #DFDFDF. Windows color (decimal): -463532 or 5565944. OLE color: 5565944.

HSL color Cylindrical-coordinate representation of color #F8ED54: hue angle of 55.98º 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 #F8ED54 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 84 -
CMYK 0 0.04 0.66 0.03
HSL 55.98º 0.92% 0.65% -
HSV(B) 55.98º 0.66% 0.97% -
XYZ 70.6 81.16 20.33 -
YUV 222.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 248 237 84 0 0.04 0.66 0.03 55.98 0.92 0.65
Hex F8 ED 54 0 4 42 3 38 5C 41
Octal 370 355 124 0 4 102 3 70 134 101
Binary 11111000 11101101 1010100 0 100 1000010 11 111000 1011100 1000001

Color Harmonies of #F8ED54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ED54

Black with #F8ED54

Text Example


Text Example

White with #F8ED54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ED54; }

 p { color: rgb(248,237,84); }

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

background-color css

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

 a { background-color: rgb(248,237,84); }

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

border-color css

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

 span { border-color: rgb(248,237,84); }

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