Html Css Color HEX #F8F04A Paris Daisy

📋 copy color: '#F8F04A'

red 248 ◦ green 240 ◦ blue 74

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

Shades of Paris Daisy #F8F04A

Tints of Paris Daisy #F8F04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.7%

 BLUE value IS 74 (29.3% from 255) = 13.17%

R = 44.13%
G = 42.7%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8F04A (or 0xF8F04A) is known color: Paris Daisy. HEX triplet: F8, F0 and 4A. RGB value is (248,240,74). Sum of RGB (Red+Green+Blue) = 248+240+74=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 74 (29.30% from 255 or 13.17% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F04A is #070FB5. Grayscale: #E0E0E0. Windows color (decimal): -462774 or 4911352. OLE color: 4911352.

HSL color Cylindrical-coordinate representation of color #F8F04A: hue angle of 57.24º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8F04A is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 240 74 -
CMYK 0 0.03 0.70 0.03
HSL 57.24º 0.93% 0.63% -
HSV(B) 57.24º 0.7% 0.97% -
XYZ 71.11 82.77 18.71 -
YUV 223.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 248 240 74 0 0.03 0.70 0.03 57.24 0.93 0.63
Hex F8 F0 4A 0 3 46 3 39 5D 3F
Octal 370 360 112 0 3 106 3 71 135 77
Binary 11111000 11110000 1001010 0 11 1000110 11 111001 1011101 111111

Color Harmonies of #F8F04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F04A

Black with #F8F04A

Text Example


Text Example

White with #F8F04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F04A; }

 p { color: rgb(248,240,74); }

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

background-color css

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

 a { background-color: rgb(248,240,74); }

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

border-color css

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

 span { border-color: rgb(248,240,74); }

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