Html Css Color HEX #F8F950 Paris Daisy

📋 copy color: '#F8F950'

red 248 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #F8F950

Tints of Paris Daisy #F8F950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.15%

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

R = 42.98%
G = 43.15%
B = 13.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F8F950 (or 0xF8F950) is known color: Paris Daisy. HEX triplet: F8, F9 and 50. RGB value is (248,249,80). Sum of RGB (Red+Green+Blue) = 248+249+80=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 80 (31.64% from 255 or 13.86% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F950 is #0706AF. Grayscale: #E6E6E6. Windows color (decimal): -460464 or 5306872. OLE color: 5306872.

HSL color Cylindrical-coordinate representation of color #F8F950: hue angle of 60.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8F950 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 249 80 -
CMYK 0.00 0 0.68 0.02
HSL 60.36º 0.93% 0.65% -
HSV(B) 60.36º 0.68% 0.98% -
XYZ 74.04 88.29 20.73 -
YUV 229.44 43.67 141.24 -
System Red Green Blue C M Y K H S L
Decimal 248 249 80 0.00 0 0.68 0.02 60.36 0.93 0.65
Hex F8 F9 50 0 0 44 2 3C 5D 41
Octal 370 371 120 0 0 104 2 74 135 101
Binary 11111000 11111001 1010000 0 0 1000100 10 111100 1011101 1000001

Color Harmonies of #F8F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F950

Black with #F8F950

Text Example


Text Example

White with #F8F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F950; }

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

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

background-color css

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

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

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

border-color css

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

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

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