Html Css Color HEX #F8F54C Paris Daisy

📋 copy color: '#F8F54C'

red 248 ◦ green 245 ◦ blue 76

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

Shades of Paris Daisy #F8F54C

Tints of Paris Daisy #F8F54C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.06%

 BLUE value IS 76 (30.08% from 255) = 13.36%

R = 43.59%
G = 43.06%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8F54C (or 0xF8F54C) is known color: Paris Daisy. HEX triplet: F8, F5 and 4C. RGB value is (248,245,76). Sum of RGB (Red+Green+Blue) = 248+245+76=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 76 (30.08% from 255 or 13.36% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F54C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F54C is #070AB3. Grayscale: #E3E3E3. Windows color (decimal): -461492 or 5043704. OLE color: 5043704.

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

Color convert

RGB 248 245 76 -
CMYK 0 0.01 0.69 0.03
HSL 58.95º 0.92% 0.64% -
HSV(B) 58.95º 0.69% 0.97% -
XYZ 72.67 85.78 19.57 -
YUV 226.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 248 245 76 0 0.01 0.69 0.03 58.95 0.92 0.64
Hex F8 F5 4C 0 1 45 3 3B 5C 40
Octal 370 365 114 0 1 105 3 73 134 100
Binary 11111000 11110101 1001100 0 1 1000101 11 111011 1011100 1000000

Color Harmonies of #F8F54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F54C

Black with #F8F54C

Text Example


Text Example

White with #F8F54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F54C; }

 p { color: rgb(248,245,76); }

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

background-color css

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

 a { background-color: rgb(248,245,76); }

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

border-color css

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

 span { border-color: rgb(248,245,76); }

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