Html Css Color HEX #F6FA3C Paris Daisy

📋 copy color: '#F6FA3C'

red 246 ◦ green 250 ◦ blue 60

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

Shades of Paris Daisy #F6FA3C

Tints of Paris Daisy #F6FA3C

RGB

 RED value IS 246 (96.48% from 255) = 44.24%

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

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

R = 44.24%
G = 44.96%
B = 10.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F6FA3C (or 0xF6FA3C) is known color: Paris Daisy. HEX triplet: F6, FA and 3C. RGB value is (246,250,60). Sum of RGB (Red+Green+Blue) = 246+250+60=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 60 (23.83% from 255 or 10.79% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6FA3C is #0905C3. Grayscale: #E3E3E3. Windows color (decimal): -591300 or 3996406. OLE color: 3996406.

HSL color Cylindrical-coordinate representation of color #F6FA3C: hue angle of 61.26º 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 #F6FA3C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 250 60 -
CMYK 0.02 0 0.76 0.02
HSL 61.26º 0.95% 0.61% -
HSV(B) 61.26º 0.76% 0.98% -
XYZ 73.01 88.29 17.47 -
YUV 227.14 33.67 141.45 -
System Red Green Blue C M Y K H S L
Decimal 246 250 60 0.02 0 0.76 0.02 61.26 0.95 0.61
Hex F6 FA 3C 2 0 4C 2 3D 5F 3D
Octal 366 372 74 2 0 114 2 75 137 75
Binary 11110110 11111010 111100 10 0 1001100 10 111101 1011111 111101

Color Harmonies of #F6FA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FA3C

Black with #F6FA3C

Text Example


Text Example

White with #F6FA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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