Html Css Color HEX #F8FA3C Paris Daisy

📋 copy color: '#F8FA3C'

red 248 ◦ green 250 ◦ blue 60

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

Shades of Paris Daisy #F8FA3C

Tints of Paris Daisy #F8FA3C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.8%

 BLUE value IS 60 (23.83% from 255) = 10.75%

R = 44.44%
G = 44.8%
B = 10.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F8FA3C (or 0xF8FA3C) is known color: Paris Daisy. HEX triplet: F8, FA and 3C. RGB value is (248,250,60). Sum of RGB (Red+Green+Blue) = 248+250+60=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 60 (23.83% from 255 or 10.75% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FA3C is #0705C3. Grayscale: #E4E4E4. Windows color (decimal): -460228 or 3996408. OLE color: 3996408.

HSL color Cylindrical-coordinate representation of color #F8FA3C: hue angle of 60.63º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8FA3C is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 250 60 -
CMYK 0.01 0 0.76 0.02
HSL 60.63º 0.95% 0.61% -
HSV(B) 60.63º 0.76% 0.98% -
XYZ 73.71 88.65 17.5 -
YUV 227.74 33.34 142.45 -
System Red Green Blue C M Y K H S L
Decimal 248 250 60 0.01 0 0.76 0.02 60.63 0.95 0.61
Hex F8 FA 3C 1 0 4C 2 3D 5F 3D
Octal 370 372 74 1 0 114 2 75 137 75
Binary 11111000 11111010 111100 1 0 1001100 10 111101 1011111 111101

Color Harmonies of #F8FA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FA3C

Black with #F8FA3C

Text Example


Text Example

White with #F8FA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FA3C; }

 p { color: rgb(248,250,60); }

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

background-color css

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

 a { background-color: rgb(248,250,60); }

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

border-color css

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

 span { border-color: rgb(248,250,60); }

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