Html Css Color HEX #FAFC3C Paris Daisy

📋 copy color: '#FAFC3C'

red 250 ◦ green 252 ◦ blue 60

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

Shades of Paris Daisy #FAFC3C

Tints of Paris Daisy #FAFC3C

RGB

 RED value IS 250 (98.05% from 255) = 44.48%

 GREEN value IS 252 (98.83% from 255) = 44.84%

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

R = 44.48%
G = 44.84%
B = 10.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FAFC3C (or 0xFAFC3C) is known color: Paris Daisy. HEX triplet: FA, FC and 3C. RGB value is (250,252,60). Sum of RGB (Red+Green+Blue) = 250+252+60=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 60 (23.83% from 255 or 10.68% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC3C is #0503C3. Grayscale: #E6E6E6. Windows color (decimal): -328644 or 3996922. OLE color: 3996922.

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

Color convert

RGB 250 252 60 -
CMYK 0.01 0 0.76 0.01
HSL 60.63º 0.97% 0.61% -
HSV(B) 60.63º 0.76% 0.99% -
XYZ 75.05 90.27 17.74 -
YUV 229.51 32.34 142.61 -
System Red Green Blue C M Y K H S L
Decimal 250 252 60 0.01 0 0.76 0.01 60.63 0.97 0.61
Hex FA FC 3C 1 0 4C 1 3D 61 3D
Octal 372 374 74 1 0 114 1 75 141 75
Binary 11111010 11111100 111100 1 0 1001100 1 111101 1100001 111101

Color Harmonies of #FAFC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC3C

Black with #FAFC3C

Text Example


Text Example

White with #FAFC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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