Html Css Color HEX #F8F050 Paris Daisy

📋 copy color: '#F8F050'

red 248 ◦ green 240 ◦ blue 80

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

Shades of Paris Daisy #F8F050

Tints of Paris Daisy #F8F050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.08%

R = 43.66%
G = 42.25%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8F050 (or 0xF8F050) is known color: Paris Daisy. HEX triplet: F8, F0 and 50. RGB value is (248,240,80). Sum of RGB (Red+Green+Blue) = 248+240+80=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 80 (31.64% from 255 or 14.08% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F050 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F050 is #070FAF. Grayscale: #E0E0E0. Windows color (decimal): -462768 or 5304568. OLE color: 5304568.

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

Color convert

RGB 248 240 80 -
CMYK 0 0.03 0.68 0.03
HSL 57.14º 0.92% 0.64% -
HSV(B) 57.14º 0.68% 0.97% -
XYZ 71.32 82.86 19.82 -
YUV 224.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 248 240 80 0 0.03 0.68 0.03 57.14 0.92 0.64
Hex F8 F0 50 0 3 44 3 39 5C 40
Octal 370 360 120 0 3 104 3 71 134 100
Binary 11111000 11110000 1010000 0 11 1000100 11 111001 1011100 1000000

Color Harmonies of #F8F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F050

Black with #F8F050

Text Example


Text Example

White with #F8F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F050; }

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

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

background-color css

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

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

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

border-color css

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

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

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